Initial support for DH_METHOD. Also added a DH lock. A few changes made to
[openssl.git] / crypto / crypto.h
index 8ad8c25e5a4a2d859613de7dacc1a3853c602ff9..f7f52dbdd4f60bdd38817d077fcfa879767cff00 100644 (file)
@@ -111,7 +111,8 @@ extern "C" {
 #define        CRYPTO_LOCK_GETSERVBYNAME       21
 #define        CRYPTO_LOCK_READDIR             22
 #define        CRYPTO_LOCK_RSA_BLINDING        23
-#define        CRYPTO_NUM_LOCKS                24
+#define        CRYPTO_LOCK_DH                  24
+#define        CRYPTO_NUM_LOCKS                25
 
 #define CRYPTO_LOCK            1
 #define CRYPTO_UNLOCK          2