summaryrefslogtreecommitdiff
path: root/include/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sha1.h')
-rw-r--r--include/sha1.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sha1.h b/include/sha1.h
index 0521bf6a3b0..2ac214ed459 100644
--- a/include/sha1.h
+++ b/include/sha1.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sha1.h,v 1.12 2003/06/26 18:35:13 avsm Exp $ */
+/* $OpenBSD: sha1.h,v 1.13 2003/06/26 19:34:17 avsm Exp $ */
/*
* SHA-1 in C
@@ -24,8 +24,7 @@ void SHA1Update(SHA1_CTX *context, const u_char *data, u_int len);
void SHA1Final(u_char digest[20], SHA1_CTX *context);
char *SHA1End(SHA1_CTX *, char *);
char *SHA1File(char *, char *);
-char *SHA1Data(const u_char *, size_t, char *)
- __attribute__((__bounded__ (__string__,3,2)));
+char *SHA1Data(const u_char *, size_t, char *);
__END_DECLS
#define SHA1_DIGESTSIZE 20