projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4f1cda
)
ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32)
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 6 Jan 2010 13:20:52 +0000
(13:20 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 6 Jan 2010 13:20:52 +0000
(13:20 +0000)
crypto/engine/engine.h
patch
|
blob
|
history
diff --git
a/crypto/engine/engine.h
b/crypto/engine/engine.h
index c411806066b9b65c09a8e579ce0c264b13bf2ed4..9fff3e356f2c160e22971d95f167bb1d662f0fd5 100644
(file)
--- a/
crypto/engine/engine.h
+++ b/
crypto/engine/engine.h
@@
-335,11
+335,7
@@
void ENGINE_load_nuron(void);
void ENGINE_load_sureware(void);
void ENGINE_load_ubsec(void);
void ENGINE_load_padlock(void);
-#ifdef OPENSSL_SYS_WIN32
-#ifndef OPENSSL_NO_CAPIENG
void ENGINE_load_capi(void);
-#endif
-#endif
#ifndef OPENSSL_NO_GMP
void ENGINE_load_gmp(void);
#endif