diff options
| author | jsing <> | 2023-03-26 19:22:35 +0000 |
|---|---|---|
| committer | jsing <> | 2023-03-26 19:22:35 +0000 |
| commit | a5cbc9f1c003960bc1d66473a72a4dda11fd2b67 (patch) | |
| tree | 6be9608d573ac9499192bfeb4b49c3d43f899779 /src | |
| parent | 02f36091b37e5166760b842ad9bbed65b989aee3 (diff) | |
| download | openbsd-a5cbc9f1c003960bc1d66473a72a4dda11fd2b67.tar.gz openbsd-a5cbc9f1c003960bc1d66473a72a4dda11fd2b67.tar.bz2 openbsd-a5cbc9f1c003960bc1d66473a72a4dda11fd2b67.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 |
