summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-09-27 20:29:11 +0000
committerRichard Levitte <levitte@openssl.org>2003-09-27 20:29:11 +0000
commit732d1bf43a8eca8f23006ff45d9add4d5c5992ed (patch)
tree6c1bf6d812b20bccdbae5fd599dfce87803fa059 /crypto/engine
parent88fd7424f6443b0a8d04975e4686a7326c0ed407 (diff)
Add reference counting around the thread state hash table.
Unfortunately, this means that the dynamic ENGINE version just went up, and isn't backward compatible. PR: 678
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index 84fb5a2a62..9c3ab182d3 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -538,10 +538,10 @@ void ENGINE_add_conf_module(void);
/**************************/
/* Binary/behaviour compatibility levels */
-#define OSSL_DYNAMIC_VERSION (unsigned long)0x00010100
+#define OSSL_DYNAMIC_VERSION (unsigned long)0x00010200
/* Binary versions older than this are too old for us (whether we're a loader or
* a loadee) */
-#define OSSL_DYNAMIC_OLDEST (unsigned long)0x00010100
+#define OSSL_DYNAMIC_OLDEST (unsigned long)0x00010200
/* When compiling an ENGINE entirely as an external shared library, loadable by
* the "dynamic" ENGINE, these types are needed. The 'dynamic_fns' structure