From 1dde74f2293d5645d2a0d22104ab151871862441 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 26 Jun 2000 23:15:16 +0000 Subject: [PATCH] Rename 'hwcrhk' to 'ncipher' in all public symbols --- crypto/engine/engine_int.h | 2 +- crypto/engine/engine_list.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1