summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Vanem <gisle.vanem@gmail.com>2021-08-31 16:30:00 +0200
committerGitHub <noreply@github.com>2021-08-31 16:30:00 +0200
commitc955af037cd59daa0a221b09190e1928e79d7e70 (patch)
tree62042491ae9c7cc8f1f3378cb063063f75535e19
parent0c562842d753c132687a7fee359f1a2f30ba667f (diff)
downloadcurl-openssl-trace-fix.tar.gz
Remove trailing white-spaceopenssl-trace-fix
Effin github editor. What is leaving trailing white-space good for?
-rw-r--r--lib/vtls/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c
index e4f536066..87f4b02b7 100644
--- a/lib/vtls/openssl.c
+++ b/lib/vtls/openssl.c
@@ -2063,7 +2063,7 @@ static const char *ssl_msg_type(int ssl_ver, int msg)
#ifdef SSL3_MT_SUPPLEMENTAL_DATA
case SSL3_MT_SUPPLEMENTAL_DATA:
return "Supplemental data";
-#endif
+#endif
#ifdef SSL3_MT_END_OF_EARLY_DATA
case SSL3_MT_END_OF_EARLY_DATA:
return "End of early data";