Rename 'hwcrhk' to 'ncipher' in all public symbols

This commit is contained in:
Richard Levitte 2000-06-26 23:15:16 +00:00
parent 665b5ab5a7
commit 1dde74f229
2 changed files with 2 additions and 2 deletions

View 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

View 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