Add missing prototypes.
[openssl.git] / crypto / engine / eng_fat.c
index d49aa7ed408e900c003c98918b6c8254a1a95786..f7edb5ad32f0e5c6d9f4020b7cb5c489dbddf2c0 100644 (file)
@@ -84,7 +84,7 @@ int ENGINE_set_default(ENGINE *e, unsigned int flags)
 
 /* Set default algorithms using a string */
 
-int int_def_cb(const char *alg, int len, void *arg)
+static int int_def_cb(const char *alg, int len, void *arg)
        {
        unsigned int *pflags = arg;
        if (!strncmp(alg, "ALL", len))