diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/objects/objects.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/libcrypto/objects/objects.h b/src/lib/libcrypto/objects/objects.h index fe3d7774d3..ef9a9e6f0c 100644 --- a/src/lib/libcrypto/objects/objects.h +++ b/src/lib/libcrypto/objects/objects.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: objects.h,v 1.18 2022/07/12 14:42:49 kn Exp $ */ | 1 | /* $OpenBSD: objects.h,v 1.19 2022/11/10 16:04:31 jsing 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 | * |
@@ -956,6 +956,12 @@ | |||
956 | #define OBJ_OCSP_sign OBJ_id_kp,9L | 956 | #define OBJ_OCSP_sign OBJ_id_kp,9L |
957 | #endif /* USE_OBJ_MAC */ | 957 | #endif /* USE_OBJ_MAC */ |
958 | 958 | ||
959 | #if defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) | ||
960 | #define SN_ED25519 SN_Ed25519 | ||
961 | #define NID_ED25519 NID_Ed25519 | ||
962 | #define OBJ_ED25519 OBJ_Ed25519 | ||
963 | #endif | ||
964 | |||
959 | #include <openssl/bio.h> | 965 | #include <openssl/bio.h> |
960 | #include <openssl/asn1.h> | 966 | #include <openssl/asn1.h> |
961 | 967 | ||