From 024a20905db5e9307f6bd9c50f3b3ce7f117501a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 13 Nov 2002 13:36:29 +0000 Subject: [PATCH] C++ comments in C code, 'nuff said... --- crypto/pem/pem_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.25.1