From a4c7b8eb07144909c3526e75af38ea8831d9518d Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 17 Jul 2015 18:19:36 -0600 Subject: [PATCH] version number to use with Lighttpd compatibility --- wolfssl/openssl/opensslv.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wolfssl/openssl/opensslv.h b/wolfssl/openssl/opensslv.h index 067f22658..e569ec52a 100644 --- a/wolfssl/openssl/opensslv.h +++ b/wolfssl/openssl/opensslv.h @@ -5,13 +5,15 @@ /* api version compatibility */ -#ifdef HAVE_STUNNEL +#if defined(HAVE_STUNNEL) || defined(HAVE_LIGHTY) + /* version number can be increased for Lighty after compatibility for ECDH + is added */ #define OPENSSL_VERSION_NUMBER 0x0090700fL #else #define OPENSSL_VERSION_NUMBER 0x0090810fL #endif -#define OPENSSL_VERSION_TEXT LIBWOLFSSL_VERSION_STRING +#define OPENSSL_VERSION_TEXT LIBWOLFSSL_VERSION_STRING #endif /* header */