pkcs11-helper: fix for libressl-2.7
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
49e5617e8f
commit
886921f6a4
|
@ -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)
|
Loading…
Reference in New Issue