mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
19 lines
402 B
Text
19 lines
402 B
Text
*** src/util_md5.h.bak Wed Jan 1 21:10:46 1997
|
|
--- src/util_md5.h Fri May 2 21:46:06 1997
|
|
***************
|
|
*** 50,56 ****
|
|
*
|
|
*/
|
|
|
|
! #include "md5.h"
|
|
|
|
char *md5(pool *a, unsigned char *string);
|
|
char *md5contextTo64(pool *p, MD5_CTX *context);
|
|
--- 50,56 ----
|
|
*
|
|
*/
|
|
|
|
! #include <md5.h>
|
|
|
|
char *md5(pool *a, unsigned char *string);
|
|
char *md5contextTo64(pool *p, MD5_CTX *context);
|