From fc99c92835afe1915accf5a2fa8c1b4dcd97aad6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 29 Jun 2000 12:58:52 +0000 Subject: [PATCH] The error ENGINE_R_HWCRYPTOHOOK_REPORTS should never have been used --- crypto/engine/engine.h | 1 - crypto/engine/engine_err.c | 1 - 2 files changed, 2 deletions(-) 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"}, -- 2.25.1