diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-12-14 23:17:06 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-12-14 23:17:06 +0100 |
commit | f2fc30751e60f5877607eeef3ad1ad1c0fdfc430 (patch) | |
tree | bdcc406cf9e20b183304099788a15b3dc09b70d7 /crypto/symhacks.h | |
parent | Add private keys and generation scripts for test certificates in apps (diff) | |
download | openssl-f2fc30751e60f5877607eeef3ad1ad1c0fdfc430.tar.xz openssl-f2fc30751e60f5877607eeef3ad1ad1c0fdfc430.zip |
PR: 1794
Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
Reviewed by: steve
Remove unnecessary code for srp and to add some comments to
s_client.
- the callback to provide a user during client connect is
no longer necessary since rfc 5054 a connection attempt
with an srp cipher and no user is terminated when the
cipher is acceptable
- comments to indicate in s_client the (non-)usefulness of
th primalaty tests for non known group parameters.
Diffstat (limited to 'crypto/symhacks.h')
-rw-r--r-- | crypto/symhacks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/symhacks.h b/crypto/symhacks.h index 98e06b4300..1243627998 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -202,9 +202,6 @@ #define SSL_CTX_set_srp_verify_param_callback SSL_CTX_set_srp_vfy_param_cb #undef SSL_CTX_set_srp_username_callback #define SSL_CTX_set_srp_username_callback SSL_CTX_set_srp_un_cb -#undef SSL_CTX_set_srp_missing_srp_username_callback -#define SSL_CTX_set_srp_missing_srp_username_callback \ - SSL_CTX_set_srp_miss_srp_un_cb /* Hack some long ENGINE names */ #undef ENGINE_get_default_BN_mod_exp_crt |