View | Details | Raw Unified | Return to bug 212149 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c (-2 / +13 lines)
Lines 1-6 Link Here
1
--- src/libstrongswan/plugins/openssl/openssl_plugin.c.orig	2016-06-30 14:20:10 UTC
1
--- src/libstrongswan/plugins/openssl/openssl_plugin.c.orig	2016-10-08 12:17:09 UTC
2
+++ src/libstrongswan/plugins/openssl/openssl_plugin.c
2
+++ src/libstrongswan/plugins/openssl/openssl_plugin.c
3
@@ -573,7 +573,7 @@ plugin_t *openssl_plugin_create()
3
@@ -20,6 +20,10 @@
4
 #include <threading/mutex.h>
5
 #include <threading/thread_value.h>
6
 
7
+#ifdef LIBRESSL_VERSION_NUMBER
8
+#define OPENSSL_VERSION_NUMBER 0x1000107fL
9
+#endif
10
+
11
 #include <openssl/err.h>
12
 #include <openssl/evp.h>
13
 #include <openssl/conf.h>
14
@@ -623,7 +627,7 @@ plugin_t *openssl_plugin_create()
4
 		},
15
 		},
5
 	);
16
 	);
6
 
17
 

Return to bug 212149