From 81269a81eeffc0b6a2cc916cb69178829a455d2f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 7 Feb 2002 21:55:22 +0000 Subject: [PATCH] Remove an unused variable. --- crypto/engine/hw_aep.c | 1 - 1 file changed, 1 deletion(-) 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) { -- GitLab