projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69ba8a0
)
C++ comments in C code, 'nuff said...
author
Richard Levitte
<levitte@openssl.org>
Wed, 13 Nov 2002 13:36:29 +0000
(13:36 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 13 Nov 2002 13:36:29 +0000
(13:36 +0000)
crypto/pem/pem_lib.c
patch
|
blob
|
history
diff --git
a/crypto/pem/pem_lib.c
b/crypto/pem/pem_lib.c
index 80be9aae8167c70be91f17256d007c18477158f9..0941479c3ece6315dae4ff35d727e2dbd0139036 100644
(file)
--- 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)
{