mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
--- cucipop.c.bak Wed May 13 20:57:39 1998
|
|
+++ cucipop.c Sun Mar 28 17:08:28 1999
|
|
@@ -45,7 +45,7 @@
|
|
#include "hsort.h"
|
|
|
|
#ifdef APOP
|
|
-#include "md5/md5.h"
|
|
+#include <md5.h>
|
|
#endif
|
|
|
|
#define MD5_DIGLEN 16
|