Add three Suite B modes to TLS code, supporting RFC6460.
[openssl.git] / apps / s_server.c
index bbe24929fb68019a648d869b559f808aea83245d..39241719243f540a2a837aae9d6f8dc896eeb2aa 100644 (file)
@@ -2623,8 +2623,8 @@ static int init_ssl_connection(SSL *con)
                        BIO_printf(bio_err,"verify error:%s\n",
                                X509_verify_cert_error_string(verify_error));
                        }
-               else
-                       ERR_print_errors(bio_err);
+               /* Always print any error messages */
+               ERR_print_errors(bio_err);
                return(0);
                }