mark private function as static

This commit is contained in:
Omar Polo 2024-01-07 18:59:10 +00:00
parent 0c5dd8ffe9
commit 08e6d6ed7a
1 changed files with 1 additions and 1 deletions

View File

@ -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;