From 8d8dbb67db62dcdabc61e2f823a9cc16bb399737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Mon, 19 Apr 1999 22:28:44 +0000 Subject: [PATCH] Missing #endif. --- crypto/des/fcrypt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/des/fcrypt.c b/crypto/des/fcrypt.c index 87fe923eb3..479d8969eb 100644 --- a/crypto/des/fcrypt.c +++ b/crypto/des/fcrypt.c @@ -73,6 +73,7 @@ char *crypt(); char *des_crypt(const char *buf, const char *salt) #else char *crypt(const char *buf, const char *salt) +#endif { static char buff[14]; -- GitLab