From: Richard Levitte Date: Mon, 26 Jun 2000 23:15:16 +0000 (+0000) Subject: Rename 'hwcrhk' to 'ncipher' in all public symbols X-Git-Tag: OpenSSL-engine-0_9_6-beta1~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1dde74f2293d5645d2a0d22104ab151871862441;p=oweals%2Fopenssl.git Rename 'hwcrhk' to 'ncipher' in all public symbols --- diff --git a/crypto/engine/engine_int.h b/crypto/engine/engine_int.h index e13755384d..2fe3cf832a 100644 --- a/crypto/engine/engine_int.h +++ b/crypto/engine/engine_int.h @@ -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 diff --git a/crypto/engine/engine_list.c b/crypto/engine/engine_list.c index 5fc7faed43..20833ac20e 100644 --- a/crypto/engine/engine_list.c +++ b/crypto/engine/engine_list.c @@ -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