Missing #endif.
authorUlf Möller <ulf@openssl.org>
Mon, 19 Apr 1999 22:28:44 +0000 (22:28 +0000)
committerUlf Möller <ulf@openssl.org>
Mon, 19 Apr 1999 22:28:44 +0000 (22:28 +0000)
crypto/des/fcrypt.c

index 87fe923eb3f39359946f3dc11b68cee1bfebe1bf..479d8969eba57ffaffaa32699594173d4267dc34 100644 (file)
@@ -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];