From: Richard Levitte Date: Wed, 13 Nov 2002 13:36:29 +0000 (+0000) Subject: C++ comments in C code, 'nuff said... X-Git-Tag: OpenSSL_0_9_7-beta4~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=024a20905db5e9307f6bd9c50f3b3ce7f117501a;p=oweals%2Fopenssl.git C++ comments in C code, 'nuff said... --- diff --git a/crypto/pem/pem_lib.c b/crypto/pem/pem_lib.c index 80be9aae81..0941479c3e 100644 --- a/crypto/pem/pem_lib.c +++ b/crypto/pem/pem_lib.c @@ -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) {