blob: de274fe1b0e2b8285208efb73a0fd0c83907c87b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** src/util_md5.h.orig Wed Jul 16 01:39:59 1997
--- src/util_md5.h Thu Jul 24 05:09:25 1997
***************
*** 50,56 ****
*
*/
! #include "md5.h"
API_EXPORT(char *) md5(pool *a, unsigned char *string);
API_EXPORT(char *) md5contextTo64(pool *p, MD5_CTX *context);
--- 50,56 ----
*
*/
! #include <md5.h>
API_EXPORT(char *) md5(pool *a, unsigned char *string);
API_EXPORT(char *) md5contextTo64(pool *p, MD5_CTX *context);
|