]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/d1_msg.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / ssl / d1_msg.c
index 10438a395545fde68323d3c96e96acb1da517784..b4ad41c9e31ffd408d8d531c4a1d3ba0ba4fe417 100644 (file)
@@ -49,7 +49,7 @@ int dtls1_dispatch_alert(SSL *s)
     i = do_dtls1_write(s, SSL3_RT_ALERT, &buf[0], sizeof(buf), 0, &written);
     if (i <= 0) {
         s->s3.alert_dispatch = 1;
-        /* fprintf( stderr, "not done with alert\n" ); */
+        /* fprintf(stderr, "not done with alert\n"); */
     } else {
         (void)BIO_flush(s->wbio);