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

Collapse All | Expand All

(-)b/net/turnserver/files/patch-src_apps_common_ns__turn__openssl.h (+15 lines)
Added Link Here
1
--- src/apps/common/ns_turn_openssl.h.orig	2021-01-10 22:59:55.000000000 +0300
2
+++ src/apps/common/ns_turn_openssl.h	2021-11-09 20:54:52.719203000 +0300
3
@@ -31,9 +31,12 @@
4
 #ifndef __NST_OPENSSL_LIB__
5
 #define __NST_OPENSSL_LIB__
6
 
7
+
8
 #include <openssl/md5.h>
9
 #include <openssl/hmac.h>
10
+#define LIBRESSL_INTERNAL
11
 #include <openssl/ssl.h>
12
+#undef LIBRESSL_INTERNAL
13
 #include <openssl/bio.h>
14
 #include <openssl/err.h>
15
 #include <openssl/rand.h>

Return to bug 259735