X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fsrp%2Fsrp_vfy.c;fp=crypto%2Fsrp%2Fsrp_vfy.c;h=814f04263cbf090d5e959543a0060bc9066b5e4e;hp=bfe517b47195975f9852a330a35a3bec8e98a5e0;hb=fcd2d5a6121ad3e5e65edc714ad99fc36f609f81;hpb=0695b193428b25b9fbb905ab5b913e69384e2554 diff --git a/crypto/srp/srp_vfy.c b/crypto/srp/srp_vfy.c index bfe517b471..814f04263c 100644 --- a/crypto/srp/srp_vfy.c +++ b/crypto/srp/srp_vfy.c @@ -525,7 +525,7 @@ int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd) return 1; } -# if OPENSSL_API_COMPAT < 0x10100000L +# if !OPENSSL_API_1_1_0 /* * DEPRECATED: use SRP_VBASE_get1_by_user instead. * This method ignores the configured seed and fails for an unknown user.