aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichaƂ Trojnara <Michal.Trojnara@stunnel.org>2016-01-14 11:43:21 +0100
committerRich Salz <rsalz@openssl.org>2016-01-22 11:55:28 -0500
commitfa8edbbd59dd2ea04e6b6ebaefc1be72c9fd7ba4 (patch)
tree17a7c0ed3d9c4cf718a91a46108f50aaf9f64297 /include
parent70c9f1c878502ccb717fbec54cecfc17187cf501 (diff)
downloadopenssl-fa8edbbd59dd2ea04e6b6ebaefc1be72c9fd7ba4.tar.gz
Updated OSSL_DYNAMIC_VERSION/OSSL_DYNAMIC_OLDEST
Change to reflect changes in dynamic_fns Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index 3e0208f103..6d3fe37d4d 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -712,12 +712,12 @@ void ENGINE_add_conf_module(void);
/**************************/
/* Binary/behaviour compatibility levels */
-# define OSSL_DYNAMIC_VERSION (unsigned long)0x00020000
+# define OSSL_DYNAMIC_VERSION (unsigned long)0x00030000
/*
* Binary versions older than this are too old for us (whether we're a loader
* or a loadee)
*/
-# define OSSL_DYNAMIC_OLDEST (unsigned long)0x00020000
+# define OSSL_DYNAMIC_OLDEST (unsigned long)0x00030000
/*
* When compiling an ENGINE entirely as an external shared library, loadable