pkcs11-helper: fix for libressl-2.7

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-04-27 17:17:06 +02:00
parent 49e5617e8f
commit 886921f6a4
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- lib/pkcs11h-openssl.c 2017-02-11 23:13:00.000000000 +0100
+++ lib/pkcs11h-openssl.c 2018-04-27 17:14:28.626339188 +0200
@@ -62,7 +62,7 @@
*/
#if defined(LIBRESSL_VERSION_NUMBER)
#undef OPENSSL_VERSION_NUMBER
-#define OPENSSL_VERSION_NUMBER 0x1000107fL
+#define OPENSSL_VERSION_NUMBER 0x10100001
#endif
#if !defined(OPENSSL_NO_EC) && defined(ENABLE_PKCS11H_OPENSSL_EC)