diff options
author | jsing <> | 2023-03-26 19:22:35 +0000 |
---|---|---|
committer | jsing <> | 2023-03-26 19:22:35 +0000 |
commit | 97d37d10e2c0063b05e5984e295e235a52395af4 (patch) | |
tree | 6be9608d573ac9499192bfeb4b49c3d43f899779 /src | |
parent | 086539c3c1f3c35ba63e083c4f3117c85c2e6a17 (diff) | |
download | openbsd-97d37d10e2c0063b05e5984e295e235a52395af4.tar.gz openbsd-97d37d10e2c0063b05e5984e295e235a52395af4.tar.bz2 openbsd-97d37d10e2c0063b05e5984e295e235a52395af4.zip |
Remove unnecessary HIDDEN_DECLS.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/sha/sha1dgst.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/sha/sha1dgst.c b/src/lib/libcrypto/sha/sha1dgst.c index e8bf75ff56..4a93a56a6f 100644 --- a/src/lib/libcrypto/sha/sha1dgst.c +++ b/src/lib/libcrypto/sha/sha1dgst.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sha1dgst.c,v 1.20 2023/03/26 19:21:13 jsing Exp $ */ | 1 | /* $OpenBSD: sha1dgst.c,v 1.21 2023/03/26 19:22:35 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -89,16 +89,11 @@ | |||
89 | ix=(a)=ROTATE((a),1) \ | 89 | ix=(a)=ROTATE((a),1) \ |
90 | ) | 90 | ) |
91 | 91 | ||
92 | __BEGIN_HIDDEN_DECLS | ||
93 | |||
94 | #ifndef SHA1_ASM | 92 | #ifndef SHA1_ASM |
95 | static | 93 | static |
96 | #endif | 94 | #endif |
97 | |||
98 | void sha1_block_data_order (SHA_CTX *c, const void *p, size_t num); | 95 | void sha1_block_data_order (SHA_CTX *c, const void *p, size_t num); |
99 | 96 | ||
100 | __END_HIDDEN_DECLS | ||
101 | |||
102 | #include "md32_common.h" | 97 | #include "md32_common.h" |
103 | 98 | ||
104 | #define INIT_DATA_h0 0x67452301UL | 99 | #define INIT_DATA_h0 0x67452301UL |