summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2023-03-26 19:22:35 +0000
committerjsing <>2023-03-26 19:22:35 +0000
commit97d37d10e2c0063b05e5984e295e235a52395af4 (patch)
tree6be9608d573ac9499192bfeb4b49c3d43f899779 /src
parent086539c3c1f3c35ba63e083c4f3117c85c2e6a17 (diff)
downloadopenbsd-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.c7
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
95static 93static
96#endif 94#endif
97
98void sha1_block_data_order (SHA_CTX *c, const void *p, size_t num); 95void 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