From 08e6d6ed7a98ec52da9fa6d34b9e3a2b0426b65f Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sun, 7 Jan 2024 18:59:10 +0000 Subject: [PATCH] mark private function as static --- compat/libtls/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/libtls/openssl.c b/compat/libtls/openssl.c index 8c0b5ed..3528887 100644 --- a/compat/libtls/openssl.c +++ b/compat/libtls/openssl.c @@ -31,7 +31,7 @@ X509_LOOKUP_METHOD * X509_LOOKUP_mem(void); -int +static int X509_STORE_load_mem(X509_STORE *ctx, void *buf, int len) { X509_LOOKUP *lookup;