C++ comments in C code, 'nuff said...
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Nov 2002 13:36:29 +0000 (13:36 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Nov 2002 13:36:29 +0000 (13:36 +0000)
crypto/pem/pem_lib.c

index 80be9aae8167c70be91f17256d007c18477158f9..0941479c3ece6315dae4ff35d727e2dbd0139036 100644 (file)
@@ -304,7 +304,7 @@ int PEM_ASN1_write_bio(int (*i2d)(), const char *name, BIO *bp, char *x,
                goto err;
                }
        /* dzise + 8 bytes are needed */
-       // actually it needs the cipher block size extra...
+       /* actually it needs the cipher block size extra... */
        data=(unsigned char *)OPENSSL_malloc((unsigned int)dsize+20);
        if (data == NULL)
                {