summaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-10-13 19:46:44 +0000
committerAndy Polyakov <appro@openssl.org>2011-10-13 19:46:44 +0000
commitaf9b610ceff61c7a5103f4d3ac33c1caa98e7b5f (patch)
treed7daf15c032566b2272956e5c2dddad675c0beca /crypto/engine/engine.h
parent8bfc6479a8399b2939ef2561c4d88e364c05b973 (diff)
Remove eng_aesni.c as AES-NI support is integrated directly at EVP.
Diffstat (limited to 'crypto/engine/engine.h')
-rw-r--r--crypto/engine/engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index 8a20ffc0a7..1d8ab738ef 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -351,7 +351,6 @@ void ENGINE_load_gost(void);
#endif
#endif
void ENGINE_load_cryptodev(void);
-void ENGINE_load_aesni(void);
void ENGINE_load_rsax(void);
void ENGINE_load_rdrand(void);
void ENGINE_load_builtin_engines(void);