Update source files for pre-3.0 deprecation
[openssl.git] / crypto / srp / srp_vfy.c
index c4dd5153f25456157dd4ff66b85a2db6686f5909..9505d4265e1dbbac4b6f7d89e2056b486edb3a90 100644 (file)
@@ -525,7 +525,7 @@ int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd)
     return 1;
 }
 
-# if !OPENSSL_API_1_1_0
+# ifndef OPENSSL_NO_DEPRECATED_1_1_0
 /*
  * DEPRECATED: use SRP_VBASE_get1_by_user instead.
  * This method ignores the configured seed and fails for an unknown user.