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

Collapse All | Expand All

(-)b/net/freerdp/files/patch-libfreerdp_crypto_tls.c (+11 lines)
Added Link Here
1
--- libfreerdp/crypto/tls.c.orig	2021-10-21 09:30:50.000000000 +0300
2
+++ libfreerdp/crypto/tls.c	2021-11-09 20:29:50.619844000 +0300
3
@@ -21,6 +21,8 @@
4
 #include "config.h"
5
 #endif
6
 
7
+#define LIBRESSL_INTERNAL
8
+
9
 #include <assert.h>
10
 #include <string.h>
11
 #include <errno.h>

Return to bug 259740