diff options
author | tb <> | 2023-04-25 15:47:29 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 15:47:29 +0000 |
commit | ce06a4ca1e5719ee36f665b7473fb078d8d34a0f (patch) | |
tree | dd8c49603d043059794f7669cd49589ce691c7f2 | |
parent | e31d00f52ea2bb3e49d823cd43d5879322be2285 (diff) | |
download | openbsd-ce06a4ca1e5719ee36f665b7473fb078d8d34a0f.tar.gz openbsd-ce06a4ca1e5719ee36f665b7473fb078d8d34a0f.tar.bz2 openbsd-ce06a4ca1e5719ee36f665b7473fb078d8d34a0f.zip |
Remove no longer necessary compat #defines
-rw-r--r-- | src/lib/libcrypto/sha/sha_internal.h | 7 |
1 files changed, 1 insertions, 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 @@ | |||
1 | /* $OpenBSD: sha_internal.h,v 1.2 2023/04/16 16:42:06 jsing Exp $ */ | 1 | /* $OpenBSD: sha_internal.h,v 1.3 2023/04/25 15:47:29 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2023 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -20,11 +20,6 @@ | |||
20 | #ifndef HEADER_SHA_INTERNAL_H | 20 | #ifndef HEADER_SHA_INTERNAL_H |
21 | #define HEADER_SHA_INTERNAL_H | 21 | #define HEADER_SHA_INTERNAL_H |
22 | 22 | ||
23 | #define NID_sha512_224WithRSAEncryption 1025 | ||
24 | #define NID_sha512_256WithRSAEncryption 1026 | ||
25 | #define NID_sha512_224 1029 | ||
26 | #define NID_sha512_256 1030 | ||
27 | |||
28 | #define SHA512_224_DIGEST_LENGTH 28 | 23 | #define SHA512_224_DIGEST_LENGTH 28 |
29 | #define SHA512_256_DIGEST_LENGTH 32 | 24 | #define SHA512_256_DIGEST_LENGTH 32 |
30 | 25 | ||