diff options
| author | tedu <> | 2014-04-16 17:59:17 +0000 |
|---|---|---|
| committer | tedu <> | 2014-04-16 17:59:17 +0000 |
| commit | 8cf170bf672c7d86b3903a219e445ba6138e7e95 (patch) | |
| tree | fa8aa2c33679a60946ff76922a99938af26dde80 /src/lib/libssl/ssl_txt.c | |
| parent | 2a02c4f91789a07715ed68ed2af2782ad52c815a (diff) | |
| download | openbsd-8cf170bf672c7d86b3903a219e445ba6138e7e95.tar.gz openbsd-8cf170bf672c7d86b3903a219e445ba6138e7e95.tar.bz2 openbsd-8cf170bf672c7d86b3903a219e445ba6138e7e95.zip | |
disentangle SRP code from TLS
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_txt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libssl/ssl_txt.c b/src/lib/libssl/ssl_txt.c index 91664ffe43..d3f304b73d 100644 --- a/src/lib/libssl/ssl_txt.c +++ b/src/lib/libssl/ssl_txt.c | |||
| @@ -193,12 +193,6 @@ SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) | |||
| 193 | if (BIO_printf(bp, "%s", x->psk_identity_hint ? x->psk_identity_hint : "None") | 193 | if (BIO_printf(bp, "%s", x->psk_identity_hint ? x->psk_identity_hint : "None") |
| 194 | <= 0) goto err; | 194 | <= 0) goto err; |
| 195 | #endif | 195 | #endif |
| 196 | #ifndef OPENSSL_NO_SRP | ||
| 197 | if (BIO_puts(bp, "\n SRP username: ") | ||
| 198 | <= 0) goto err; | ||
| 199 | if (BIO_printf(bp, "%s", x->srp_username ? x->srp_username : "None") | ||
| 200 | <= 0) goto err; | ||
| 201 | #endif | ||
| 202 | #ifndef OPENSSL_NO_TLSEXT | 196 | #ifndef OPENSSL_NO_TLSEXT |
| 203 | if (x->tlsext_tick_lifetime_hint) { | 197 | if (x->tlsext_tick_lifetime_hint) { |
| 204 | if (BIO_printf(bp, | 198 | if (BIO_printf(bp, |
