summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKan <chenxinpingc2306@163.com>2022-06-14 12:06:39 +0800
committerHugo Landau <hlandau@openssl.org>2022-06-30 09:01:54 +0100
commite393064ee78a7ea07e2d63493579eab95384afe4 (patch)
tree2e198bdcd1ebd42b230e779d55ccf018832a9b7a /include
parent05e51bc79bac45e194dd6f0bf73c99ed5ca06272 (diff)
Update the default macsaltlen and Add the configure for macsaltlen
Fixed #18489 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18550)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/pkcs12.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/pkcs12.h.in b/include/openssl/pkcs12.h.in
index 2f95dafd5e..7d8b751bbc 100644
--- a/include/openssl/pkcs12.h.in
+++ b/include/openssl/pkcs12.h.in
@@ -45,6 +45,7 @@ extern "C" {
# define PKCS12_MAC_KEY_LENGTH 20
+/* The macro is expected to be used only internally. Kept for backwards compatibility. */
# define PKCS12_SALT_LEN 8
/* It's not clear if these are actually needed... */