From: Ben Laurie Date: Wed, 26 Sep 2001 11:38:57 +0000 (+0000) Subject: Fix warning. X-Git-Tag: OpenSSL-engine-0_9_6c~39^2~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9fc143972c9ab5d10111b303818a306b3516ebe;p=openssl Fix warning. --- diff --git a/crypto/engine/eng_table.c b/crypto/engine/eng_table.c index 4192144565..f3210f4d4c 100644 --- a/crypto/engine/eng_table.c +++ b/crypto/engine/eng_table.c @@ -249,7 +249,7 @@ ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f, in #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