aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_table.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-09-26 11:38:57 +0000
committerBen Laurie <ben@openssl.org>2001-09-26 11:38:57 +0000
commitc9fc143972c9ab5d10111b303818a306b3516ebe (patch)
treec3b7d87f52b44338550f83d3100de67e383a5429 /crypto/engine/eng_table.c
parent004aa803a96dbb6155267dbd85aecc5c5660229c (diff)
downloadopenssl-c9fc143972c9ab5d10111b303818a306b3516ebe.tar.gz
Fix warning.
Diffstat (limited to 'crypto/engine/eng_table.c')
-rw-r--r--crypto/engine/eng_table.c2
1 files changed, 1 insertions, 1 deletions
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