diff options
Diffstat (limited to 'beecrypt/sha1.h')
-rw-r--r-- | beecrypt/sha1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/beecrypt/sha1.h b/beecrypt/sha1.h index 1f04a463e..8705b5b57 100644 --- a/beecrypt/sha1.h +++ b/beecrypt/sha1.h @@ -57,19 +57,19 @@ void sha1Process(sha1Param* p) /** \ingroup HASH_sha1_m */ -BEECRYPTAPI +BEECRYPTAPI /*@unused@*/ int sha1Reset (sha1Param* p) /*@modifies p */; /** \ingroup HASH_sha1_m */ -BEECRYPTAPI +BEECRYPTAPI /*@unused@*/ int sha1Update (sha1Param* p, const byte* data, int size) /*@modifies p */; /** \ingroup HASH_sha1_m */ -BEECRYPTAPI +BEECRYPTAPI /*@unused@*/ int sha1Digest (sha1Param* p, /*@out@*/ uint32* data) /*@modifies p, data */; |