From 6c6f701fa819fbbf00c2b3409fa0728e1f6f57f6 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 13 Nov 2022 14:03:13 +0000 Subject: [PATCH] Add ED25519 aliases for NID, SN and OBJ The Ed25519 versions already existed, but OpenSSL chose to uppercase the D. --- lib/libcrypto/objects/objects.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libcrypto/objects/objects.h b/lib/libcrypto/objects/objects.h index 11c796d0de3..7fc11fa594f 100644 --- a/lib/libcrypto/objects/objects.h +++ b/lib/libcrypto/objects/objects.h @@ -1,4 +1,4 @@ -/* $OpenBSD: objects.h,v 1.20 2022/11/11 11:53:24 jsing Exp $ */ +/* $OpenBSD: objects.h,v 1.21 2022/11/13 14:03:13 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -61,11 +61,9 @@ #include -#if defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) #define SN_ED25519 SN_Ed25519 #define NID_ED25519 NID_Ed25519 #define OBJ_ED25519 OBJ_Ed25519 -#endif #include #include -- 2.20.1