@@ -68,13 +68,13 @@ } SHA1Context; /* * Function Prototypes */ -int SHA1Reset( SHA1Context *); -int SHA1Input( SHA1Context *, +static int SHA1Reset( SHA1Context *); +static int SHA1Input( SHA1Context *, const uint8_t *, unsigned int); -int SHA1Result( SHA1Context *, +static int SHA1Result( SHA1Context *, uint8_t Message_Digest[SHA1HashSize]); #endif