Missing #endif.
diff --git a/crypto/des/fcrypt.c b/crypto/des/fcrypt.c
index 87fe923..479d896 100644
--- a/crypto/des/fcrypt.c
+++ b/crypto/des/fcrypt.c
@@ -73,6 +73,7 @@
 char *des_crypt(const char *buf, const char *salt)
 #else
 char *crypt(const char *buf, const char *salt)
+#endif
 	{
 	static char buff[14];