| commit | 13066cee601cb7b2d6980fbb7eba51db4b489ebd | [log] [tgz] |
|---|---|---|
| author | Dr. Stephen Henson <steve@openssl.org> | Mon Aug 23 23:11:32 1999 +0000 |
| committer | Dr. Stephen Henson <steve@openssl.org> | Mon Aug 23 23:11:32 1999 +0000 |
| tree | d9218ef55d2d3644fb8d806fe169599bc3a4fc72 | |
| parent | c0711f7f0fc026ab87fe6607bb5136ab790e2334 [diff] [blame] |
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.
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 356c476..b9586ce 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c
@@ -92,7 +92,8 @@ "getservbyname", "readdir", "RSA_blinding", -#if CRYPTO_NUM_LOCKS != 24 + "dh", +#if CRYPTO_NUM_LOCKS != 25 # error "Inconsistency between crypto.h and cryptlib.c" #endif };