From fa8edbbd59dd2ea04e6b6ebaefc1be72c9fd7ba4 Mon Sep 17 00:00:00 2001 From: MichaƂ Trojnara Date: Thu, 14 Jan 2016 11:43:21 +0100 Subject: Updated OSSL_DYNAMIC_VERSION/OSSL_DYNAMIC_OLDEST Change to reflect changes in dynamic_fns Signed-off-by: Rich Salz Reviewed-by: Kurt Roeckx --- include/openssl/engine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3