projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More CryptoAPI engine code from stable branch.
[openssl.git]
/
crypto
/
engine
/
engine.h
diff --git
a/crypto/engine/engine.h
b/crypto/engine/engine.h
index ed966a82c563244b7a6715566046c964d330e771..8dfc4561d1ca0c2ce3315eb235bbeccc33d8a950 100644
(file)
--- a/
crypto/engine/engine.h
+++ b/
crypto/engine/engine.h
@@
-340,6
+340,9
@@
void ENGINE_load_gost(void);
#endif
void ENGINE_load_cryptodev(void);
void ENGINE_load_builtin_engines(void);
+#ifndef OPENSSL_NO_CAPIENG
+void ENGINE_load_capi(void);
+#endif
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
* "registry" handling. */