summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/des/fcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/des/fcrypt.c')
-rw-r--r--crypto/openssl/crypto/des/fcrypt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/openssl/crypto/des/fcrypt.c b/crypto/openssl/crypto/des/fcrypt.c
index 2758c32..ccbdff2 100644
--- a/crypto/openssl/crypto/des/fcrypt.c
+++ b/crypto/openssl/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];
OpenPOWER on IntegriCloud