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