diff options
Diffstat (limited to 'compat/libtls/openssl.c')
-rw-r--r-- | compat/libtls/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/libtls/openssl.c b/compat/libtls/openssl.c index 3528887..8c0b5ed 100644 --- a/compat/libtls/openssl.c +++ b/compat/libtls/openssl.c @@ -31,7 +31,7 @@ X509_LOOKUP_METHOD * X509_LOOKUP_mem(void); -static int +int X509_STORE_load_mem(X509_STORE *ctx, void *buf, int len) { X509_LOOKUP *lookup; |