diff options
Diffstat (limited to 'src/lib/libcrypto/engine/engine.h')
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index f503595ece..ecab9453ba 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -337,6 +337,7 @@ void ENGINE_load_sureware(void); | |||
337 | void ENGINE_load_ubsec(void); | 337 | void ENGINE_load_ubsec(void); |
338 | #endif | 338 | #endif |
339 | void ENGINE_load_cryptodev(void); | 339 | void ENGINE_load_cryptodev(void); |
340 | void ENGINE_load_aesni(void); | ||
340 | void ENGINE_load_padlock(void); | 341 | void ENGINE_load_padlock(void); |
341 | void ENGINE_load_builtin_engines(void); | 342 | void ENGINE_load_builtin_engines(void); |
342 | #ifndef OPENSSL_NO_CAPIENG | 343 | #ifndef OPENSSL_NO_CAPIENG |