diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-05 08:48:51 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-05 08:48:51 +0000 |
commit | cf3028e49ed36f12f9b5dc51dc5a215ebd0028b8 (patch) | |
tree | 5c7900fd9a18710cded4ec95712743f7d3acc188 /lib/libcrypto/evp/evp.h | |
parent | d7d7dd7b0bc2a82c5571bfb8c03618b4da61fd0c (diff) |
Provide EVP_PKEY_HKDF alias for NID_hkdf
ok beck jsing
Diffstat (limited to 'lib/libcrypto/evp/evp.h')
-rw-r--r-- | lib/libcrypto/evp/evp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/evp/evp.h b/lib/libcrypto/evp/evp.h index a80cf189fce..c7942cc12a5 100644 --- a/lib/libcrypto/evp/evp.h +++ b/lib/libcrypto/evp/evp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp.h,v 1.99 2022/01/14 08:38:05 tb Exp $ */ +/* $OpenBSD: evp.h,v 1.100 2022/05/05 08:48:50 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -112,6 +112,7 @@ #define EVP_PKEY_GOSTIMIT NID_id_Gost28147_89_MAC #define EVP_PKEY_HMAC NID_hmac #define EVP_PKEY_CMAC NID_cmac +#define EVP_PKEY_HKDF NID_hkdf #define EVP_PKEY_GOSTR12_256 NID_id_tc26_gost3410_2012_256 #define EVP_PKEY_GOSTR12_512 NID_id_tc26_gost3410_2012_512 |