diff options
-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 |