=================================================================== RCS file: /home/cvs/OpenXM/src/ox_ntl/crypt/sha1/sha1.h,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- OpenXM/src/ox_ntl/crypt/sha1/sha1.h 2004/06/20 10:59:01 1.4 +++ OpenXM/src/ox_ntl/crypt/sha1/sha1.h 2004/09/20 00:10:24 1.6 @@ -1,9 +1,9 @@ -/* $OpenXM: OpenXM/src/ox_ntl/crypt/sha1/sha1.h,v 1.3 2004/05/16 15:02:39 iwane Exp $ */ +/* $OpenXM: OpenXM/src/ox_ntl/crypt/sha1/sha1.h,v 1.5 2004/07/15 14:51:42 iwane Exp $ */ #ifndef __SHA1_H__ #define __SHA1_H__ -#include +#include #ifdef __cplusplus extern "C" { @@ -17,16 +17,19 @@ int fsha1(unsigned char *, int _fd); void sha1_md (uint32_t *, const unsigned char *); +#ifdef __cplusplus +} +#endif + #ifdef _WITH_NTL_ +#include + int ntl_sha1(ZZ &, const ZZ &); int ntl_sha1_h(ZZ &, const ZZ &, uint32_t *); #endif /* _WITH_NTL */ -#ifdef __cplusplus -} -#endif #endif /* __SHA1_H__ */