summaryrefslogtreecommitdiff
path: root/src/include/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port.h')
-rw-r--r--src/include/port.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/port.h b/src/include/port.h
index ff527952ab..55619d893c 100644
--- a/src/include/port.h
+++ b/src/include/port.h
@@ -330,9 +330,6 @@ extern int gettimeofday(struct timeval *tp, struct timezone *tzp);
* Default "extern" declarations or macro substitutes for library routines.
* When necessary, these routines are provided by files in src/port/.
*/
-#ifndef HAVE_CRYPT
-extern char *crypt(const char *key, const char *setting);
-#endif
/* WIN32 handled in port/win32_port.h */
#ifndef WIN32