aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-02-13 17:25:27 +0000
committerBodo Möller <bodo@openssl.org>2002-02-13 17:25:27 +0000
commit4f85a2e21e6adec47b55664531b7d871581b27e5 (patch)
tree79eaa04fad96f33297df92bd742c965f29a90699 /crypto/cryptlib.c
parent945e15a2536892d1e19345c58462512ac30f4d36 (diff)
downloadopenssl-4f85a2e21e6adec47b55664531b7d871581b27e5.tar.gz
new locks
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 612b3b93b4..9a7ed2cf75 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -103,7 +103,9 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
"dynlock",
"engine",
"ui",
-#if CRYPTO_NUM_LOCKS != 31
+ "ecdsa",
+ "ec",
+#if CRYPTO_NUM_LOCKS != 33
# error "Inconsistency between crypto.h and cryptlib.c"
#endif
};