Fix cryptlib.c.
Submitted by:
Reviewed by:
PR:
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 2a00872..d601509 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -84,12 +84,16 @@
 	"ssl_ctx",
 	"ssl_cert",
 	"ssl_session",
+	"ssl_sess_cert",
 	"ssl",
 	"rand",
 	"debug_malloc",
 	"BIO",
 	"bio_gethostbyname",
 	"RSA_blinding",
+#if CRYPTO_NUM_LOCKS != 22
+# error "Inconsistency between crypto.h and cryptlic.c"
+#endif
 	};
 
 static STACK *app_locks=NULL;