diff options
Diffstat (limited to 'crypto/ec/ec_print.c')
-rw-r--r-- | crypto/ec/ec_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec_print.c b/crypto/ec/ec_print.c index 0315b7a792..bb372d86d2 100644 --- a/crypto/ec/ec_print.c +++ b/crypto/ec/ec_print.c @@ -9,7 +9,7 @@ #include <openssl/crypto.h> #include <openssl/err.h> -#include "ec_lcl.h" +#include "ec_local.h" BIGNUM *EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, |