Skip to content

Commit

Permalink
security/libressl: bring back the version number fix...
Browse files Browse the repository at this point in the history
... as StrongSwan cannot establish an IPsec connection otherwise.
  • Loading branch information
fichtner committed Oct 23, 2016
1 parent ab6ca6e commit 7e8ea59
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions security/libressl/files/patch-include_openssl_opensslv.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- include/openssl/opensslv.h.orig 2016-10-23 13:18:23 UTC
+++ include/openssl/opensslv.h
@@ -7,7 +7,7 @@
#define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.3"

/* These will never change */
-#define OPENSSL_VERSION_NUMBER 0x20000000L
+#define OPENSSL_VERSION_NUMBER 0x1000107fL
#define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT

0 comments on commit 7e8ea59

Please sign in to comment.