summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-KB.pod
diff options
context:
space:
mode:
authorArthur Gautier <baloo@superbaloo.net>2021-03-06 23:08:08 +0000
committerPauli <ppzgs1@gmail.com>2021-03-09 22:12:17 +1000
commitc99248ea812ddc8df9194ffa2b2c8a31117bcb26 (patch)
treea18dcbd8ccada78ae5ce9912485dcd1260185425 /doc/man7/EVP_KDF-KB.pod
parente5499a3cac1e823c3e0697e8667e952317b70cc8 (diff)
EVP_KDF-KB man page: Fix typo in the example code
CLA: trivial Signed-off-by: Arthur Gautier <baloo@superbaloo.net> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14455)
Diffstat (limited to 'doc/man7/EVP_KDF-KB.pod')
-rw-r--r--doc/man7/EVP_KDF-KB.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_KDF-KB.pod b/doc/man7/EVP_KDF-KB.pod
index b8d7b15902..5da2787c0e 100644
--- a/doc/man7/EVP_KDF-KB.pod
+++ b/doc/man7/EVP_KDF-KB.pod
@@ -102,7 +102,7 @@ Label "label", and Context "context".
*p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_MAC,
"HMAC", 0);
*p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_KEY,
- "secret", strlen("secret"))
+ "secret", strlen("secret"));
*p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_SALT,
"label", strlen("label"));
*p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_INFO,