diff options
author | Geoff Thorpe <geoff@openssl.org> | 2003-10-29 05:58:23 +0100 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2003-10-29 05:58:23 +0100 |
commit | 2eeaa0261ef53307008b9725bc001b397c96e22e (patch) | |
tree | 82ce35a8086c0bdcb870953b8ee65d4909bc5502 /crypto/des/fcrypt.c | |
parent | Relax some over-zealous constification that gave some lhash-based code no (diff) | |
download | openssl-2eeaa0261ef53307008b9725bc001b397c96e22e.tar.xz openssl-2eeaa0261ef53307008b9725bc001b397c96e22e.zip |
Remove redundant declaration.
Diffstat (limited to '')
-rw-r--r-- | crypto/des/fcrypt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/des/fcrypt.c b/crypto/des/fcrypt.c index 2758c32656..ccbdff250f 100644 --- a/crypto/des/fcrypt.c +++ b/crypto/des/fcrypt.c @@ -58,9 +58,6 @@ static unsigned const char cov_2char[64]={ 0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7A }; -void fcrypt_body(DES_LONG *out,DES_key_schedule *ks, - DES_LONG Eswap0, DES_LONG Eswap1); - char *DES_crypt(const char *buf, const char *salt) { static char buff[14]; |