diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-30 23:27:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-30 23:27:06 +0000 |
commit | a6f38adc445b0ef205e27e93064477fddf494fc5 (patch) | |
tree | 94d95f68d58b06d6ce4050210a776bbecc02abaa /include/sha1.h | |
parent | 11840b37d664096fae0ce581dcde449e69f250fe (diff) |
export byte swapping routine.
Diffstat (limited to 'include/sha1.h')
-rw-r--r-- | include/sha1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sha1.h b/include/sha1.h index 8f3988a9c5b..277f7998aa2 100644 --- a/include/sha1.h +++ b/include/sha1.h @@ -52,5 +52,6 @@ void sha1Init __P((SHA1_INFO *)); void sha1Transform __P((SHA1_INFO *)); void sha1Final __P((SHA1_INFO *)); void sha1Update __P((SHA1_INFO *, unsigned char *, int)); +void sha1ByteReverse __P((u_int32_t *, int)); #endif /* _SHA1_H */ |