mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c481926ccd
original apache-current port.
20 lines
455 B
Plaintext
20 lines
455 B
Plaintext
*** 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);
|