From: tb Date: Tue, 25 Apr 2023 19:32:19 +0000 (+0000) Subject: Remove duplicate NID definitions X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ce228578558717186c958609f1ae3dc4e9542bea;p=openbsd Remove duplicate NID definitions --- diff --git a/lib/libcrypto/sha/sha3_internal.h b/lib/libcrypto/sha/sha3_internal.h index d6fe3b8345f..53a4980c19f 100644 --- a/lib/libcrypto/sha/sha3_internal.h +++ b/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)