diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-09 16:15:38 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-09 16:15:38 +0000 |
commit | d1b6914e41879a1705ad3b9fc6f3118e489ffe13 (patch) | |
tree | b23c048a80118e4cd82c4f23f6f4edc991168bfe /lib | |
parent | a1cc9c9f02ae6bd3868e2912a4504b67e8f32412 (diff) |
Add EVP_PKEY_TLS1_PRF as alias for NID_tls1_prf
ok jsing
Diffstat (limited to 'lib')
-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 5059c0affb1..2db8acfa01a 100644 --- a/lib/libcrypto/evp/evp.h +++ b/lib/libcrypto/evp/evp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp.h,v 1.134 2024/04/14 14:14:14 tb Exp $ */ +/* $OpenBSD: evp.h,v 1.135 2024/07/09 16:15:37 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -113,6 +113,7 @@ #define EVP_PKEY_HMAC NID_hmac #define EVP_PKEY_CMAC NID_cmac #define EVP_PKEY_HKDF NID_hkdf +#define EVP_PKEY_TLS1_PRF NID_tls1_prf #define EVP_PKEY_GOSTR12_256 NID_id_tc26_gost3410_2012_256 #define EVP_PKEY_GOSTR12_512 NID_id_tc26_gost3410_2012_512 #define EVP_PKEY_ED25519 NID_ED25519 |