From a7ae4abfd9b0cb1a1d26b2c8a9e9a1ba44fcaa8f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 14 Oct 2008 15:24:49 +0000 Subject: [PATCH] Add missing lock definitions... --- crypto/crypto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crypto/crypto.h b/crypto/crypto.h index bcc8ca4ad3..efde768937 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -219,7 +219,9 @@ typedef struct openssl_item_st #define CRYPTO_LOCK_EC_PRE_COMP 36 #define CRYPTO_LOCK_STORE 37 #define CRYPTO_LOCK_COMP 38 -#define CRYPTO_NUM_LOCKS 39 +#define CRYPTO_LOCK_FIPS 39 +#define CRYPTO_LOCK_FIPS2 40 +#define CRYPTO_NUM_LOCKS 41 #define CRYPTO_LOCK 1 #define CRYPTO_UNLOCK 2 -- 2.50.1