aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_lib.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-13 18:10:30 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-13 18:10:30 +0000
commit17ed6c06a780487b3a513abb8da20e428d660137 (patch)
tree9cb815ecca110574d8c394ac70b7aa354bdafaaf /crypto/pem/pem_lib.c
parentc112323dd5d107b199a6d951f8be4c882ff0fba1 (diff)
downloadopenssl-17ed6c06a780487b3a513abb8da20e428d660137.tar.gz
Merge from 0.9.7-stable.
Diffstat (limited to 'crypto/pem/pem_lib.c')
-rw-r--r--crypto/pem/pem_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pem/pem_lib.c b/crypto/pem/pem_lib.c
index fbc94d6a80..8e213c11c4 100644
--- a/crypto/pem/pem_lib.c
+++ b/crypto/pem/pem_lib.c
@@ -306,7 +306,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)
{