projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b691a5
)
Missing #endif.
author
Ulf Möller
<ulf@openssl.org>
Mon, 19 Apr 1999 22:28:44 +0000
(22:28 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Mon, 19 Apr 1999 22:28:44 +0000
(22:28 +0000)
crypto/des/fcrypt.c
patch
|
blob
|
history
diff --git
a/crypto/des/fcrypt.c
b/crypto/des/fcrypt.c
index 87fe923eb3f39359946f3dc11b68cee1bfebe1bf..479d8969eba57ffaffaa32699594173d4267dc34 100644
(file)
--- 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];