Rename 'hwcrhk' to 'ncipher' in all public symbols
authorRichard Levitte <levitte@openssl.org>
Mon, 26 Jun 2000 23:15:16 +0000 (23:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 26 Jun 2000 23:15:16 +0000 (23:15 +0000)
crypto/engine/engine_int.h
crypto/engine/engine_list.c

index e13755384de140e3e772984739818404e6137f17..2fe3cf832a0d91e167cc92e519d7f226be838eb0 100644 (file)
@@ -130,7 +130,7 @@ ENGINE *ENGINE_cswift();
 #endif /* HW_CSWIFT */
 
 #ifdef HW_NCIPHER
-ENGINE *ENGINE_hwcrhk();
+ENGINE *ENGINE_ncipher();
 #endif /* HW_NCIPHER */
 
 #ifdef HW_ATALLA
index 5fc7faed43af8f2520d1e1b9a895ac8baac33dbf..20833ac20e5f5176400363fac6cec424e8c0d64e 100644 (file)
@@ -190,7 +190,7 @@ static int engine_internal_check(void)
                return 0;
 #endif /* HW_CSWIFT */
 #ifdef HW_NCIPHER
-       if(!engine_list_add(ENGINE_hwcrhk()))
+       if(!engine_list_add(ENGINE_ncipher()))
                return 0;
 #endif /* HW_CSWIFT */
 #ifdef HW_ATALLA