Little typo.
authorGeoff Thorpe <geoff@openssl.org>
Wed, 14 Jun 2000 17:54:28 +0000 (17:54 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 14 Jun 2000 17:54:28 +0000 (17:54 +0000)
crypto/engine/hw_ncipher.c

index bd34989029f78824cab6f992f79cdd21ca65f360..319b2b9ffdfa0f89b4c937c2245d888f6a2cbb6b 100644 (file)
@@ -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);