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:
53f7633
)
For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 build
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 3 Feb 2011 13:00:08 +0000
(13:00 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 3 Feb 2011 13:00:08 +0000
(13:00 +0000)
completes without linker errors.
crypto/ec/ec.h
patch
|
blob
|
history
diff --git
a/crypto/ec/ec.h
b/crypto/ec/ec.h
index 6409eee1b3d215f3ab1c5fa098ab63ebb236b536..5f92cdd83d1dbf7e3ace2b31051cbb76fc5e0ec3 100644
(file)
--- a/
crypto/ec/ec.h
+++ b/
crypto/ec/ec.h
@@
-155,8
+155,10
@@
const EC_METHOD *EC_GFp_nist_method(void);
/** Returns 64-bit optimized methods for nistp224
* \return EC_METHOD object
*/
+#ifndef OPENSSL_SYS_WIN32
const EC_METHOD *EC_GFp_nistp224_method(void);
#endif
+#endif
/********************************************************************/