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:
8dc344c
)
Remove redundant declaration.
author
Geoff Thorpe
<geoff@openssl.org>
Wed, 29 Oct 2003 04:58:23 +0000
(
04:58
+0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Wed, 29 Oct 2003 04:58:23 +0000
(
04:58
+0000)
crypto/des/fcrypt.c
patch
|
blob
|
history
diff --git
a/crypto/des/fcrypt.c
b/crypto/des/fcrypt.c
index 2758c32656afa66588f8e3d3532f143b6d12bfc4..ccbdff250f70eba8ed06ea453f0114d8f5232388 100644
(file)
--- 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];