From f18ef82a9fd636111e50765ea2efbd10abb32b67 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Wed, 14 Jun 2000 17:54:28 +0000 Subject: [PATCH] Little typo. --- crypto/engine/hw_ncipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/engine/hw_ncipher.c b/crypto/engine/hw_ncipher.c index bd34989029..319b2b9ffd 100644 --- a/crypto/engine/hw_ncipher.c +++ b/crypto/engine/hw_ncipher.c @@ -400,7 +400,7 @@ static int hwcrhk_init() goto err; } /* Everything's fine. */ - if (hdnidx == -1) + if (hndidx == -1) hndidx = RSA_get_ex_new_index(0, "nFast HWCryptoHook RSA key handle", NULL, NULL, hwcrhk_ex_free);