Fix warning.
authorBen Laurie <ben@openssl.org>
Wed, 26 Sep 2001 11:38:57 +0000 (11:38 +0000)
committerBen Laurie <ben@openssl.org>
Wed, 26 Sep 2001 11:38:57 +0000 (11:38 +0000)
crypto/engine/eng_table.c

index 4192144565fc28bf06e066c4180e3dc8b86c8140..f3210f4d4c1c03e8c54ecfb98126d3c193dace64 100644 (file)
@@ -249,7 +249,7 @@ ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f, in
 #endif
        {
        ENGINE *ret = NULL;
 #endif
        {
        ENGINE *ret = NULL;
-       ENGINE_PILE tmplate, *fnd;
+       ENGINE_PILE tmplate, *fnd=NULL;
        int initres, loop = 0;
 
        /* If 'engine_ciphers' is NULL, then it's absolutely *sure* that no
        int initres, loop = 0;
 
        /* If 'engine_ciphers' is NULL, then it's absolutely *sure* that no