From 10166f46849aac9644f432292c0e26245e83652a Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 25 Apr 2023 19:32:19 +0000 Subject: Remove duplicate NID definitions --- src/lib/libcrypto/sha/sha3_internal.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/sha/sha3_internal.h b/src/lib/libcrypto/sha/sha3_internal.h index d6fe3b8345..53a4980c19 100644 --- a/src/lib/libcrypto/sha/sha3_internal.h +++ b/src/lib/libcrypto/sha/sha3_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sha3_internal.h,v 1.14 2023/04/16 17:06:19 jsing Exp $ */ +/* $OpenBSD: sha3_internal.h,v 1.15 2023/04/25 19:32:19 tb Exp $ */ /* * The MIT License (MIT) * @@ -29,16 +29,6 @@ #ifndef HEADER_SHA3_INTERNAL_H #define HEADER_SHA3_INTERNAL_H -#define NID_sha3_224 1031 -#define NID_sha3_256 1032 -#define NID_sha3_384 1033 -#define NID_sha3_512 1034 - -#define NID_RSA_SHA3_224 1049 -#define NID_RSA_SHA3_256 1050 -#define NID_RSA_SHA3_384 1051 -#define NID_RSA_SHA3_512 1052 - #define KECCAK_BIT_WIDTH 1600 #define KECCAK_BYTE_WIDTH (KECCAK_BIT_WIDTH / 8) -- cgit v1.2.3-55-g6feb