summaryrefslogtreecommitdiffstats
path: root/providers/implementations/include
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-07-01 14:00:03 +1000
committerPauli <pauli@openssl.org>2021-07-05 11:49:42 +1000
commit56cd5dc78b3cecd2c6cf98b0d235b126e82f0dd2 (patch)
treeaddd4696556cc87c8e06c73c73726d465ec5de8e /providers/implementations/include
parentf40c5f2c53b9d5eec98993653c3d741b0226b697 (diff)
provider: use #define for PBKDF1 algorithm name
This seems to be standard practice so bringing PBKDF1 into line. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15967)
Diffstat (limited to 'providers/implementations/include')
-rw-r--r--providers/implementations/include/prov/names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/providers/implementations/include/prov/names.h b/providers/implementations/include/prov/names.h
index fd39c0229e..5aec4a0934 100644
--- a/providers/implementations/include/prov/names.h
+++ b/providers/implementations/include/prov/names.h
@@ -250,6 +250,7 @@
#define PROV_NAMES_HKDF "HKDF"
#define PROV_DESCS_HKDF_SIGN "OpenSSL HKDF via EVP_PKEY implementation"
#define PROV_NAMES_SSKDF "SSKDF"
+#define PROV_NAMES_PBKDF1 "PBKDF1"
#define PROV_NAMES_PBKDF2 "PBKDF2:1.2.840.113549.1.5.12"
#define PROV_NAMES_SSHKDF "SSHKDF"
#define PROV_NAMES_X963KDF "X963KDF:X942KDF-CONCAT"