remove prototype for deleted SRP function
authorDr. Stephen Henson <steve@openssl.org>
Thu, 22 Dec 2011 16:01:23 +0000 (16:01 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 22 Dec 2011 16:01:23 +0000 (16:01 +0000)
ssl/ssl.h

index 698ef4d73a48eb5aa59865b010753ec49584753c..90b44323bc2db397c51ce01726aa4b426e7471ee 100644 (file)
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1802,8 +1802,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,