summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/objects/objects.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/objects/objects.h b/src/lib/libcrypto/objects/objects.h
index 11c796d0de..7fc11fa594 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.20 2022/11/11 11:53:24 jsing Exp $ */ 1/* $OpenBSD: objects.h,v 1.21 2022/11/13 14:03:13 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 *
@@ -61,11 +61,9 @@
61 61
62#include <openssl/obj_mac.h> 62#include <openssl/obj_mac.h>
63 63
64#if defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL)
65#define SN_ED25519 SN_Ed25519 64#define SN_ED25519 SN_Ed25519
66#define NID_ED25519 NID_Ed25519 65#define NID_ED25519 NID_Ed25519
67#define OBJ_ED25519 OBJ_Ed25519 66#define OBJ_ED25519 OBJ_Ed25519
68#endif
69 67
70#include <openssl/bio.h> 68#include <openssl/bio.h>
71#include <openssl/asn1.h> 69#include <openssl/asn1.h>