aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-04-27 05:55:13 +0000
committerAndy Polyakov <appro@openssl.org>2009-04-27 05:55:13 +0000
commitd64a7232d4c5def7ba9d0b089df71962538d558f (patch)
treeb057bef5207f28bc01925ec41d04a69416d0f26f /crypto/engine/engine.h
parent876708c67dc67be1e0e18643ca3d99bfd74e1fb5 (diff)
downloadopenssl-d64a7232d4c5def7ba9d0b089df71962538d558f.tar.gz
Intel AES-NI engine.
Submitted by: Huang Ying
Diffstat (limited to 'crypto/engine/engine.h')
-rw-r--r--crypto/engine/engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index 10b5d6787a..9bc8a313a4 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -348,6 +348,7 @@ void ENGINE_load_gost(void);
#endif
#endif
void ENGINE_load_cryptodev(void);
+void ENGINE_load_aesni(void);
void ENGINE_load_builtin_engines(void);
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation