diff options
Diffstat (limited to 'src/lib/libcrypto/engine/engine.h')
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index f8be497724..9d73abac8e 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -141,13 +141,6 @@ extern "C" { | |||
141 | * the existing ENGINE's structural reference count. */ | 141 | * the existing ENGINE's structural reference count. */ |
142 | #define ENGINE_FLAGS_BY_ID_COPY (int)0x0004 | 142 | #define ENGINE_FLAGS_BY_ID_COPY (int)0x0004 |
143 | 143 | ||
144 | /* This flag if for an ENGINE that does not want its methods registered as | ||
145 | * part of ENGINE_register_all_complete() for example if the methods are | ||
146 | * not usable as default methods. | ||
147 | */ | ||
148 | |||
149 | #define ENGINE_FLAGS_NO_REGISTER_ALL (int)0x0008 | ||
150 | |||
151 | /* ENGINEs can support their own command types, and these flags are used in | 144 | /* ENGINEs can support their own command types, and these flags are used in |
152 | * ENGINE_CTRL_GET_CMD_FLAGS to indicate to the caller what kind of input each | 145 | * ENGINE_CTRL_GET_CMD_FLAGS to indicate to the caller what kind of input each |
153 | * command expects. Currently only numeric and string input is supported. If a | 146 | * command expects. Currently only numeric and string input is supported. If a |
@@ -351,8 +344,7 @@ void ENGINE_load_gost(void); | |||
351 | #endif | 344 | #endif |
352 | #endif | 345 | #endif |
353 | void ENGINE_load_cryptodev(void); | 346 | void ENGINE_load_cryptodev(void); |
354 | void ENGINE_load_rsax(void); | 347 | void ENGINE_load_aesni(void); |
355 | void ENGINE_load_rdrand(void); | ||
356 | void ENGINE_load_builtin_engines(void); | 348 | void ENGINE_load_builtin_engines(void); |
357 | 349 | ||
358 | /* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation | 350 | /* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation |