projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b0b45
)
remove prototype for deleted SRP function
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 22 Dec 2011 16:05:02 +0000
(16:05 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 22 Dec 2011 16:05:02 +0000
(16:05 +0000)
ssl/ssl.h
patch
|
blob
|
history
diff --git
a/ssl/ssl.h
b/ssl/ssl.h
index e781015ccc958f06246b7f9669b124f7dfda3b4b..049cd93cbae62ef89b8e0007aed7e2d36641b964 100644
(file)
--- 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,