From: Richard Levitte Date: Thu, 29 Jun 2000 12:58:52 +0000 (+0000) Subject: The error ENGINE_R_HWCRYPTOHOOK_REPORTS should never have been used X-Git-Tag: OpenSSL-engine-0_9_6-beta1~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fc99c92835afe1915accf5a2fa8c1b4dcd97aad6;p=oweals%2Fopenssl.git The error ENGINE_R_HWCRYPTOHOOK_REPORTS should never have been used --- diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index 802989262e..eb25e055b6 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -308,7 +308,6 @@ void ERR_load_ENGINE_strings(void); #define ENGINE_R_ENGINE_IS_NOT_IN_LIST 105 #define ENGINE_R_FINISH_FAILED 106 #define ENGINE_R_GET_HANDLE_FAILED 107 -#define ENGINE_R_HWCRYPTOHOOK_REPORTS 119 #define ENGINE_R_ID_OR_NAME_MISSING 108 #define ENGINE_R_INIT_FAILED 109 #define ENGINE_R_INTERNAL_LIST_ERROR 110 diff --git a/crypto/engine/engine_err.c b/crypto/engine/engine_err.c index 3eb86ae624..a356a5ec7c 100644 --- a/crypto/engine/engine_err.c +++ b/crypto/engine/engine_err.c @@ -125,7 +125,6 @@ static ERR_STRING_DATA ENGINE_str_reasons[]= {ENGINE_R_ENGINE_IS_NOT_IN_LIST ,"engine is not in the list"}, {ENGINE_R_FINISH_FAILED ,"finish failed"}, {ENGINE_R_GET_HANDLE_FAILED ,"could not obtain hardware handle"}, -{ENGINE_R_HWCRYPTOHOOK_REPORTS ,"hwcryptohook reports"}, {ENGINE_R_ID_OR_NAME_MISSING ,"'id' or 'name' missing"}, {ENGINE_R_INIT_FAILED ,"init failed"}, {ENGINE_R_INTERNAL_LIST_ERROR ,"internal list error"},