Declare md5_buffer.

merge-requests/1/head
Henning Geinitz 2003-04-02 22:13:20 +00:00
rodzic f04e655868
commit d8de913161
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -2,6 +2,7 @@
* lib/Makefile.in: Recompile all targets if necessary.
* sanei/sanei_scsi.c: Fixed some warnings.
* include/md5.h: Declare md5_buffer.
2003-04-03 Eddy De Greef <eddy_de_greef at tiscali dot be>

Wyświetl plik

@ -81,6 +81,8 @@ typedef unsigned long int md5_uintptr;
# define __P(x) ()
#endif
#define __md5_buffer md5_buffer
/* Structure to save state of computation between the single steps. */
struct md5_ctx
{