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:
1f23001
)
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:21:08 +0000
(13:21 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 6 Jan 2010 13:21:08 +0000
(13:21 +0000)
crypto/engine/engine.h
patch
|
blob
|
history
diff --git
a/crypto/engine/engine.h
b/crypto/engine/engine.h
index 9bc8a313a4888b2a2f44259759343ab357ceb148..f288a386852c4e806e509d1ae5202f265b3c7673 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