summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/evp/evp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index 5059c0affb..2db8acfa01 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp.h,v 1.134 2024/04/14 14:14:14 tb Exp $ */ 1/* $OpenBSD: evp.h,v 1.135 2024/07/09 16:15:37 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -113,6 +113,7 @@
113#define EVP_PKEY_HMAC NID_hmac 113#define EVP_PKEY_HMAC NID_hmac
114#define EVP_PKEY_CMAC NID_cmac 114#define EVP_PKEY_CMAC NID_cmac
115#define EVP_PKEY_HKDF NID_hkdf 115#define EVP_PKEY_HKDF NID_hkdf
116#define EVP_PKEY_TLS1_PRF NID_tls1_prf
116#define EVP_PKEY_GOSTR12_256 NID_id_tc26_gost3410_2012_256 117#define EVP_PKEY_GOSTR12_256 NID_id_tc26_gost3410_2012_256
117#define EVP_PKEY_GOSTR12_512 NID_id_tc26_gost3410_2012_512 118#define EVP_PKEY_GOSTR12_512 NID_id_tc26_gost3410_2012_512
118#define EVP_PKEY_ED25519 NID_ED25519 119#define EVP_PKEY_ED25519 NID_ED25519