security/libressl: still need this for StrongSwan ;(

This commit is contained in:
Franco Fichtner 2019-11-05 17:36:01 +01:00
parent 2c000ca34e
commit e91122d1ba

View 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