summaryrefslogtreecommitdiff
path: root/security/libressl/files/patch-include_openssl_opensslv.h
blob: 43a61234fa762ea1a5a551654c7142107332daad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/openssl/opensslv.h.orig	2015-07-26 14:58:42 UTC
+++ include/openssl/opensslv.h
@@ -7,7 +7,7 @@
 #define LIBRESSL_VERSION_TEXT	"LibreSSL 2.2.2"
 
 /* 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