summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto.h
diff options
context:
space:
mode:
authormiod <>2014-06-24 19:33:10 +0000
committermiod <>2014-06-24 19:33:10 +0000
commitb9f116b26f421b7fa5712541cc19b78dbb0c7ee6 (patch)
treeff423ca5150df1d0fe84157792a00a2df8dbcf9c /src/lib/libcrypto/crypto.h
parent9e128b95b8a756730fcc5632b61591615c2b6aef (diff)
downloadopenbsd-b9f116b26f421b7fa5712541cc19b78dbb0c7ee6.tar.gz
openbsd-b9f116b26f421b7fa5712541cc19b78dbb0c7ee6.tar.bz2
openbsd-b9f116b26f421b7fa5712541cc19b78dbb0c7ee6.zip
Remove ancient workaround for previous century's compilers in the declaration
of CRYPTO_EX_DATA; riding upon the libcrypto major bump.
Diffstat (limited to 'src/lib/libcrypto/crypto.h')
-rw-r--r--src/lib/libcrypto/crypto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h
index 78e828fa2e..5bf87c9e2e 100644
--- a/src/lib/libcrypto/crypto.h
+++ b/src/lib/libcrypto/crypto.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto.h,v 1.30 2014/06/12 15:49:27 deraadt Exp $ */ 1/* $OpenBSD: crypto.h,v 1.31 2014/06/24 19:33:10 miod Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -272,7 +272,6 @@ typedef struct bio_st BIO_dummy;
272 272
273struct crypto_ex_data_st { 273struct crypto_ex_data_st {
274 STACK_OF(void) *sk; 274 STACK_OF(void) *sk;
275 int dummy; /* gcc is screwing up this data structure :-( */
276}; 275};
277DECLARE_STACK_OF(void) 276DECLARE_STACK_OF(void)
278 277