diff options
author | 1999-09-30 08:34:24 +0000 | |
---|---|---|
committer | 1999-09-30 08:34:24 +0000 | |
commit | c956d01c83dae79ea19dd1fcb81d3e90b4f2ce11 (patch) | |
tree | 32ec677a4f5d5276860c4d13f1bf2ca4d7fb406c /usr.bin/ssh/cipher.h | |
parent | Logfile documentation. (diff) | |
download | wireguard-openbsd-c956d01c83dae79ea19dd1fcb81d3e90b4f2ce11.tar.xz wireguard-openbsd-c956d01c83dae79ea19dd1fcb81d3e90b4f2ce11.zip |
even smaller
Diffstat (limited to 'usr.bin/ssh/cipher.h')
-rw-r--r-- | usr.bin/ssh/cipher.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/ssh/cipher.h b/usr.bin/ssh/cipher.h index 988446c4880..f0b276a25b5 100644 --- a/usr.bin/ssh/cipher.h +++ b/usr.bin/ssh/cipher.h @@ -11,7 +11,7 @@ Created: Wed Apr 19 16:50:42 1995 ylo */ -/* RCSID("$Id: cipher.h,v 1.4 1999/09/28 04:45:36 provos Exp $"); */ +/* RCSID("$Id: cipher.h,v 1.5 1999/09/30 08:34:24 deraadt Exp $"); */ #ifndef CIPHER_H #define CIPHER_H @@ -33,12 +33,6 @@ Created: Wed Apr 19 16:50:42 1995 ylo typedef struct { unsigned int type; union { -#ifdef WITH_DES - struct { - des_key_schedule key; - des_cblock iv; - } des; -#endif /* WITH_DES */ struct { des_key_schedule key1; des_key_schedule key2; |