Fix build when BSAES_ASM is defined but VPAES_ASM is not
[openssl.git] / apps / s_cb.c
index 9dda23c023a25ca64bb726429cdcecef189cd6c9..cf34e00a4c22bda3f4f8fd8e5677240c34c53232 100644 (file)
@@ -881,9 +881,6 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
                                case 20:
                                        str_details1 = ", Finished";
                                        break;
-                               case 23:
-                                       str_details1 = ", SupplementalData";
-                                       break;
                                        }
                                }
                        }
@@ -1030,6 +1027,9 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
                extname = "encrypt-then-mac";
                break;
 #endif
+               case TLSEXT_TYPE_padding:
+               extname = "TLS padding";
+               break;
 
                default:
                extname = "unknown";