]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Don't use // comments.
authorSimon Josefsson <simon@josefsson.org>
Tue, 18 Nov 2008 14:37:27 +0000 (15:37 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 18 Nov 2008 14:37:27 +0000 (15:37 +0100)
lib/auth_cert.c

index 6971cfb8a33ec2227ae9393ce54abf271b6b7b06..3d47d459c899cfc0dcc17003b118b669bb6baba4 100644 (file)
@@ -1374,7 +1374,7 @@ _gnutls_proc_cert_cert_req (gnutls_session_t session, opaque * data,
   if (session->security_parameters.cert_type == GNUTLS_CRT_OPENPGP
       && size != 0)
     {
-      gnutls_assert ();                // size should be zero
+      gnutls_assert ();
       return GNUTLS_E_UNEXPECTED_PACKET_LENGTH;
     }