util/incore: fix typo.
[openssl.git] / apps / s_cb.c
index dd9de4663cdaec682a0cd50952b3b3cb7098c979..7755373d77a3a87b82c6a8570835717693e213eb 100644 (file)
@@ -676,6 +676,10 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
                extname = "renegotiate";
                break;
 
+               case TLSEXT_TYPE_signature_algorithms:
+               extname = "signature algorithms";
+               break;
+
 #ifdef TLSEXT_TYPE_opaque_prf_input
                case TLSEXT_TYPE_opaque_prf_input:
                extname = "opaque PRF input";