summaryrefslogtreecommitdiffstats
path: root/crypto/des/fcrypt.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-19 22:28:44 +0000
committerUlf Möller <ulf@openssl.org>1999-04-19 22:28:44 +0000
commit8d8dbb67db62dcdabc61e2f823a9cc16bb399737 (patch)
tree00e9793275db0a81f5bbea275aec545d41e0cec1 /crypto/des/fcrypt.c
parent6b691a5c85ddc4e407e32781841fee5c029506cd (diff)
Missing #endif.
Diffstat (limited to 'crypto/des/fcrypt.c')
-rw-r--r--crypto/des/fcrypt.c1
1 files changed, 1 insertions, 0 deletions
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];