summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-06-24 19:33:11 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-06-24 19:33:11 +0000
commit5ad5f8b17bdffc7f5ef623fbac957468a8fb1fc7 (patch)
treeb5e160d2b67d0e1c1224c378c78127f2f60ed821 /lib
parent9049d769ba184ea4b546a7930235c16eb86597ff (diff)
Remove ancient workaround for previous century's compilers in the declaration
of CRYPTO_EX_DATA; riding upon the libcrypto major bump.
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/crypto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto.h b/lib/libcrypto/crypto.h
index 78e828fa2e2..5bf87c9e2e4 100644
--- a/lib/libcrypto/crypto.h
+++ b/lib/libcrypto/crypto.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: crypto.h,v 1.30 2014/06/12 15:49:27 deraadt Exp $ */
+/* $OpenBSD: crypto.h,v 1.31 2014/06/24 19:33:10 miod Exp $ */
/* ====================================================================
* Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
*
@@ -272,7 +272,6 @@ typedef struct bio_st BIO_dummy;
struct crypto_ex_data_st {
STACK_OF(void) *sk;
- int dummy; /* gcc is screwing up this data structure :-( */
};
DECLARE_STACK_OF(void)