You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/debian/patches/upstream/tls-include-file-to-fix-war...

22 lines
692 B

From: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri, 20 Oct 2023 10:34:21 +0200
Subject: tls: include file to fix warning about tls_openssl_clear_errors()
(cherry picked from commit fe8eafd31327c14e7b081cd8f4a6532953e0a1c6)
---
src/modules/tls/tls_ct_wrq.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/modules/tls/tls_ct_wrq.c b/src/modules/tls/tls_ct_wrq.c
index 8850e54..34b338e 100644
--- a/src/modules/tls/tls_ct_wrq.c
+++ b/src/modules/tls/tls_ct_wrq.c
@@ -28,6 +28,7 @@
#include "tls_ct_wrq.h"
#include "tls_cfg.h"
#include "tls_server.h"
+#include "tls_util.h"
#include "../../core/atomic_ops.h"
#include "../../core/mem/shm_mem.h"
#include <openssl/err.h>