[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Tue Mar 9 12:12:41 UTC 2021
The branch master has been updated
via c99248ea812ddc8df9194ffa2b2c8a31117bcb26 (commit)
from e5499a3cac1e823c3e0697e8667e952317b70cc8 (commit)
- Log -----------------------------------------------------------------
commit c99248ea812ddc8df9194ffa2b2c8a31117bcb26
Author: Arthur Gautier <baloo at superbaloo.net>
Date: Sat Mar 6 23:08:08 2021 +0000
EVP_KDF-KB man page: Fix typo in the example code
CLA: trivial
Signed-off-by: Arthur Gautier <baloo at superbaloo.net>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14455)
-----------------------------------------------------------------------
Summary of changes:
doc/man7/EVP_KDF-KB.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
More information about the openssl-commits
mailing list