summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-07 21:55:22 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-07 21:55:22 +0000
commit81269a81eeffc0b6a2cc916cb69178829a455d2f (patch)
tree496395b51d93b778bad4fa011547798e850e1add /crypto
parent3537525e00a185356bb6c38256cce32db3f782ae (diff)
Remove an unused variable.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/engine/hw_aep.c1
1 files changed, 0 insertions, 1 deletions
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)
{