mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
11 lines
330 B
C
11 lines
330 B
C
--- jsm/modules/mod_auth_crypt.c.orig Thu May 6 00:00:20 2004
|
|
+++ jsm/modules/mod_auth_crypt.c Thu May 6 00:00:01 2004
|
|
@@ -28,7 +28,7 @@
|
|
*
|
|
* --------------------------------------------------------------------------*/
|
|
#include "jsm.h"
|
|
-#include "crypt.h"
|
|
+#include <unistd.h>
|
|
|
|
#define HASH_CRYPT 1
|
|
#define HASH_SHA1 2
|