diff options
author | 2000-10-11 20:27:23 +0000 | |
---|---|---|
committer | 2000-10-11 20:27:23 +0000 | |
commit | 8612b276e433abfd30b3a388e2889f83f46ecdaa (patch) | |
tree | 3c7eb5dcc0097a3d2a0ab5a6139fb991e30a25c4 /usr.bin/ssh/ssh.h | |
parent | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and me (diff) | |
download | wireguard-openbsd-8612b276e433abfd30b3a388e2889f83f46ecdaa.tar.xz wireguard-openbsd-8612b276e433abfd30b3a388e2889f83f46ecdaa.zip |
new cipher framework
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r-- | usr.bin/ssh/ssh.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index 06810e77ef2..f8c58e6051c 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -12,7 +12,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: ssh.h,v 1.53 2000/10/11 20:14:39 markus Exp $"); */ +/* RCSID("$OpenBSD: ssh.h,v 1.54 2000/10/11 20:27:24 markus Exp $"); */ #ifndef SSH_H #define SSH_H @@ -20,14 +20,6 @@ #include "rsa.h" #include "cipher.h" -/* - * XXX - * The default cipher used if IDEA is not supported by the remote host. It is - * recommended that this be one of the mandatory ciphers (DES, 3DES), though - * that is not required. - */ -#define SSH_FALLBACK_CIPHER SSH_CIPHER_3DES - /* Cipher used for encrypting authentication files. */ #define SSH_AUTHFILE_CIPHER SSH_CIPHER_3DES |