SSL_CTX_set_srp_password
OSSL_DEPRECATEDIN_3_0 int SSL_CTX_set_srp_password(SSL_CTX *ctx, char *password);
if (!TEST_int_gt(SSL_CTX_set_srp_password(cctx, "badpass"), 0))
if (!TEST_int_gt(SSL_CTX_set_srp_password(cctx, password), 0))