summaryrefslogtreecommitdiffstats
path: root/src/ssl/ssl_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl/ssl_stat.c')
-rw-r--r--src/ssl/ssl_stat.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ssl/ssl_stat.c b/src/ssl/ssl_stat.c
index 8bed9ad..fa5541b 100644
--- a/src/ssl/ssl_stat.c
+++ b/src/ssl/ssl_stat.c
@@ -105,14 +105,6 @@ const char *SSL_state_string_long(const SSL *s) {
str = "SSL renegotiate ciphers";
break;
- case SSL_ST_BEFORE | SSL_ST_CONNECT:
- str = "before/connect initialization";
- break;
-
- case SSL_ST_BEFORE | SSL_ST_ACCEPT:
- str = "before/accept initialization";
- break;
-
/* SSLv3 additions */
case SSL3_ST_CW_CLNT_HELLO_A:
str = "SSLv3 write client hello A";