/* crypto/cryptlib.c */
/* ====================================================================
- * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
+ * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
"ec",
"ecdh",
"bn",
-#if CRYPTO_NUM_LOCKS != 36
+ "ec_pre_comp",
+#if CRYPTO_NUM_LOCKS != 37
# error "Inconsistency between crypto.h and cryptlib.c"
#endif
};
/* crypto/crypto.h */
/* ====================================================================
- * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
+ * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
#define CRYPTO_LOCK_EC 33
#define CRYPTO_LOCK_ECDH 34
#define CRYPTO_LOCK_BN 35
-#define CRYPTO_NUM_LOCKS 36
+#define CRYPTO_LOCK_EC_PRE_COMP 36
+#define CRYPTO_NUM_LOCKS 37
#define CRYPTO_LOCK 1
#define CRYPTO_UNLOCK 2