From: Ulf Möller Date: Mon, 19 Apr 1999 22:28:44 +0000 (+0000) Subject: Missing #endif. X-Git-Tag: OpenSSL_0_9_3beta1~304 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d8dbb67db62dcdabc61e2f823a9cc16bb399737;p=oweals%2Fopenssl.git Missing #endif. --- 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];