mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
20 lines
402 B
Plaintext
20 lines
402 B
Plaintext
*** 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);
|