X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fec_oct.c;h=f6295c92a7d9e238f23023a6047ae9b1067651ec;hp=522f79e67360d79c7df379b8b1fbd2078e5c95c9;hb=672f943ad6c6d16b1f65a77b8e2c83c8f44a112b;hpb=2284f64c871c2f7611678dba6eadd1989cee9981 diff --git a/crypto/ec/ec_oct.c b/crypto/ec/ec_oct.c index 522f79e673..f6295c92a7 100644 --- a/crypto/ec/ec_oct.c +++ b/crypto/ec/ec_oct.c @@ -49,7 +49,7 @@ int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, y_bit, ctx); } -#if OPENSSL_API_COMPAT < 0x10200000L +#if OPENSSL_API_COMPAT < 0x30000000L int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx)