Update source files for deprecation at 3.0
[oweals/openssl.git] / crypto / ec / ec_oct.c
index e9b1b87a5faa2277735e8136291750bf27f479b4..041c442b62dfff49aeda009a34ae84fd2b3b89bf 100644 (file)
@@ -49,7 +49,7 @@ int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point,
                                                          y_bit, ctx);
 }
 
-#if !OPENSSL_API_3
+#ifndef OPENSSL_NO_DEPRECATED_3_0
 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group,
                                             EC_POINT *point, const BIGNUM *x,
                                             int y_bit, BN_CTX *ctx)