projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change submitted files so that they compile (in particular,
[openssl.git]
/
crypto
/
ec
/
ec.h
diff --git
a/crypto/ec/ec.h
b/crypto/ec/ec.h
index
9d46233
..
dd7a4b8
100644
(file)
--- a/
crypto/ec/ec.h
+++ b/
crypto/ec/ec.h
@@
-15,7
+15,7
@@
#include <openssl/bn.h>
-#include "
bn_mont2.h"
+#include "
../bn/bn_mont2.h" /* XXX */
typedef struct bn_ec_struct /* E: y^2 = x^3 + Ax + B (mod p) */
{