From 9670fcb7ce8b0f516e7924baa6167b992630dc77 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 25 Apr 2023 15:47:29 +0000 Subject: Remove no longer necessary compat #defines --- src/lib/libcrypto/sha/sha_internal.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/lib/libcrypto/sha/sha_internal.h b/src/lib/libcrypto/sha/sha_internal.h index 1a0f449a20..63cae3d3b3 100644 --- a/src/lib/libcrypto/sha/sha_internal.h +++ b/src/lib/libcrypto/sha/sha_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sha_internal.h,v 1.2 2023/04/16 16:42:06 jsing Exp $ */ +/* $OpenBSD: sha_internal.h,v 1.3 2023/04/25 15:47:29 tb Exp $ */ /* * Copyright (c) 2023 Joel Sing * @@ -20,11 +20,6 @@ #ifndef HEADER_SHA_INTERNAL_H #define HEADER_SHA_INTERNAL_H -#define NID_sha512_224WithRSAEncryption 1025 -#define NID_sha512_256WithRSAEncryption 1026 -#define NID_sha512_224 1029 -#define NID_sha512_256 1030 - #define SHA512_224_DIGEST_LENGTH 28 #define SHA512_256_DIGEST_LENGTH 32 -- cgit v1.2.3-55-g6feb