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:
aec3ecd
)
Add a missing comma in OPENSSL_malloc.pod
author
Richard Levitte
<levitte@openssl.org>
Sat, 21 May 2016 18:49:58 +0000
(20:49 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 22 May 2016 22:45:44 +0000
(
00:45
+0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
doc/crypto/OPENSSL_malloc.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/OPENSSL_malloc.pod
b/doc/crypto/OPENSSL_malloc.pod
index d7f4fda5777a331b8a9b55020253152910815d95..ca21698903394817e2922d9b465785299b564e72 100644
(file)
--- a/
doc/crypto/OPENSSL_malloc.pod
+++ b/
doc/crypto/OPENSSL_malloc.pod
@@
-4,7
+4,7
@@
OPENSSL_malloc_init,
OPENSSL_malloc, OPENSSL_zalloc, OPENSSL_realloc, OPENSSL_free,
-OPENSSL_clear_realloc, OPENSSL_clear_free, OPENSSL_cleanse
+OPENSSL_clear_realloc, OPENSSL_clear_free, OPENSSL_cleanse
,
CRYPTO_malloc, CRYPTO_zalloc, CRYPTO_realloc, CRYPTO_free,
OPENSSL_strdup, OPENSSL_strndup,
OPENSSL_memdup, OPENSSL_strlcpy, OPENSSL_strlcat,