From: Dr. Stephen Henson Date: Thu, 22 Dec 2011 16:05:02 +0000 (+0000) Subject: remove prototype for deleted SRP function X-Git-Tag: master-post-reformat~2030 X-Git-Url: https://git.openssl.org/?a=commitdiff_plain;h=b646fc409d25bba3d78a3ce9f12f9509fce679d0;hp=f9b0b45238851e8e0904408838a0b05ca1ee99b9;p=openssl.git remove prototype for deleted SRP function --- diff --git a/ssl/ssl.h b/ssl/ssl.h index e781015ccc..049cd93cba 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -1811,8 +1811,6 @@ int SSL_CTX_set_srp_verify_param_callback(SSL_CTX *ctx, int (*cb)(SSL *,void *)); int SSL_CTX_set_srp_username_callback(SSL_CTX *ctx, int (*cb)(SSL *,int *,void *)); -int SSL_CTX_set_srp_missing_srp_username_callback(SSL_CTX *ctx, - char *(*cb)(SSL *,void *)); int SSL_CTX_set_srp_cb_arg(SSL_CTX *ctx, void *arg); int SSL_set_srp_server_param(SSL *s, const BIGNUM *N, const BIGNUM *g,