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:
e5d814d
)
Make sure short aliases are used where required.
author
Richard Levitte
<levitte@openssl.org>
Thu, 23 May 2002 13:52:36 +0000
(13:52 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 23 May 2002 13:52:36 +0000
(13:52 +0000)
crypto/ec/ecp_smpl.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ecp_smpl.c
b/crypto/ec/ecp_smpl.c
index 5adc907d60c314ac69034e6070be384535045722..be7f15f782bd8834320496130ebfde2b85360a38 100644
(file)
--- a/
crypto/ec/ecp_smpl.c
+++ b/
crypto/ec/ecp_smpl.c
@@
-56,10
+56,10
@@
*/
#include <openssl/err.h>
+#include <openssl/symhacks.h>
#include "ec_lcl.h"
-
const EC_METHOD *EC_GFp_simple_method(void)
{
static const EC_METHOD ret = {