From: Richard Levitte Date: Thu, 7 Feb 2002 21:55:22 +0000 (+0000) Subject: Remove an unused variable. X-Git-Tag: OpenSSL-engine-0_9_6c^2^2~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81269a81eeffc0b6a2cc916cb69178829a455d2f;p=oweals%2Fopenssl.git Remove an unused variable. --- diff --git a/crypto/engine/hw_aep.c b/crypto/engine/hw_aep.c index c661dfa14d..1ec8eb3e6f 100644 --- a/crypto/engine/hw_aep.c +++ b/crypto/engine/hw_aep.c @@ -399,7 +399,6 @@ static int aep_init(ENGINE *e) t_AEP_CloseConnection *p8; int to_return = 0; - AEP_RV rv; if(aep_dso != NULL) {