aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-08-23 23:11:32 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-08-23 23:11:32 +0000
commit13066cee601cb7b2d6980fbb7eba51db4b489ebd (patch)
treed9218ef55d2d3644fb8d806fe169599bc3a4fc72 /crypto/cryptlib.c
parentc0711f7f0fc026ab87fe6607bb5136ab790e2334 (diff)
downloadopenssl-13066cee601cb7b2d6980fbb7eba51db4b489ebd.tar.gz
Initial support for DH_METHOD. Also added a DH lock. A few changes made to
DSA_METHOD to make it more consistent with RSA_METHOD.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 356c476a99..b9586ce1bb 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -92,7 +92,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
"getservbyname",
"readdir",
"RSA_blinding",
-#if CRYPTO_NUM_LOCKS != 24
+ "dh",
+#if CRYPTO_NUM_LOCKS != 25
# error "Inconsistency between crypto.h and cryptlib.c"
#endif
};