X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fec.h;h=9d4623396700c8ea39eb1fbc9e4a309bd0de9b74;hp=422cbebd10068740b56748dcbc9ccc2b14ad221c;hb=5acaa49504153ecdd9734ac80aeb9153fde94e48;hpb=535b9b5724e08f27c722982bbf775a862134a22d diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h index 422cbebd10..9d46233967 100644 --- a/crypto/ec/ec.h +++ b/crypto/ec/ec.h @@ -14,7 +14,7 @@ #define HEADER_EC_H -#include "bn.h" +#include #include "bn_mont2.h" typedef struct bn_ec_struct /* E: y^2 = x^3 + Ax + B (mod p) */ @@ -83,4 +83,4 @@ int ECP_mont_multiply(EC_POINT *R, BIGNUM *k, ECP_PRECOMPUTE *prec, EC *E, BN_MO int ECP_mont_multiply2(EC_POINT *R, BIGNUM *k, EC_POINT *P, EC *E, BN_MONTGOMERY *mont, BN_CTX *ctx); #endif /* MONTGOMERY */ -#endif \ No newline at end of file +#endif