diff options
| author | tedu <> | 2014-04-16 17:59:17 +0000 |
|---|---|---|
| committer | tedu <> | 2014-04-16 17:59:17 +0000 |
| commit | 8624571783383935c83e19128a6076d5fcf698c9 (patch) | |
| tree | fa8aa2c33679a60946ff76922a99938af26dde80 /src/lib/libssl/ssl_txt.c | |
| parent | a1b44532f9a79aef35e76a2cf81021e4d5221b96 (diff) | |
| download | openbsd-8624571783383935c83e19128a6076d5fcf698c9.tar.gz openbsd-8624571783383935c83e19128a6076d5fcf698c9.tar.bz2 openbsd-8624571783383935c83e19128a6076d5fcf698c9.zip | |
disentangle SRP code from TLS
Diffstat (limited to 'src/lib/libssl/ssl_txt.c')
| -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, |
