security/libressl: still need this for StrongSwan ;(
This commit is contained in:
parent
2c000ca34e
commit
e91122d1ba
1 changed files with 14 additions and 0 deletions
14
security/libressl/files/patch-include_openssl_opensslv.h
Normal file
14
security/libressl/files/patch-include_openssl_opensslv.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
--- include/openssl/opensslv.h.orig 2019-10-11 11:40:31 UTC
|
||||
+++ include/openssl/opensslv.h
|
||||
@@ -8,7 +8,11 @@
|
||||
#define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.2"
|
||||
|
||||
/* These will never change */
|
||||
+#ifndef OPENSSL_IS_LIBRESSL
|
||||
#define OPENSSL_VERSION_NUMBER 0x20000000L
|
||||
+#else
|
||||
+#define OPENSSL_VERSION_NUMBER 0x1000107fL
|
||||
+#endif /* OPENSSL_IS_LIBRESSL */
|
||||
#define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT
|
||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||
|
||||
Loading…
Add table
Reference in a new issue