Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-06-11 00:52:40 +0300
committerAdam Langley <agl@google.com>2015-06-11 01:06:01 +0300
commit3a9e1fba0e3bcf014caa2df143a70475068447dc (patch)
treef0eb990928686a372c7c7ad32f2a7b60bc900e48 /include/openssl/pem.h
parent2b23eaa478aa533a93dca93c33e51de07afcbf96 (diff)
Correct various documentation typos
Some of the documentation had the right explanation but the incorrect function names attached. Change-Id: I7b479dae6d71a5ac7bc86df5a3890508c3b3d09f Reviewed-on: https://boringssl-review.googlesource.com/5090 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/pem.h')
-rw-r--r--include/openssl/pem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/pem.h b/include/openssl/pem.h
index 7756e45e..2f68acdb 100644
--- a/include/openssl/pem.h
+++ b/include/openssl/pem.h
@@ -410,7 +410,7 @@ OPENSSL_EXPORT void PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type);
OPENSSL_EXPORT void PEM_SignUpdate(EVP_MD_CTX *ctx,unsigned char *d,unsigned int cnt);
OPENSSL_EXPORT int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, EVP_PKEY *pkey);
-/* |PEM_def_callback| treats |userdata| as a string and copies it into |buf|,
+/* PEM_def_callback treats |userdata| as a string and copies it into |buf|,
* assuming its |size| is sufficient. Returns the length of the string, or 0
* if there is not enough room. If either |buf| or |userdata| is NULL, 0 is
* returned. Note that this is different from OpenSSL, which prompts for a