diff options
author | mouring <mouring> | 2001-01-23 16:09:51 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-01-23 16:09:51 +0000 |
commit | 3d803ebf5f52c964030c24e426070a3388eba5c1 (patch) | |
tree | 3bb62603f3587578f6b5138bad1839f206b3faa6 /ssh.h | |
parent | 8a6fac322ac93246b2ee84db9516e659645e3dd1 (diff) | |
download | openssh-3d803ebf5f52c964030c24e426070a3388eba5c1.tar.gz |
20010124
- (bal) OpenBSD Resync
- markus@cvs.openbsd.org 2001/01/23 10:45:10
[ssh.h]
nuke comment
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -10,7 +10,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: ssh.h,v 1.61 2001/01/21 19:05:59 markus Exp $"); */ +/* RCSID("$OpenBSD: ssh.h,v 1.62 2001/01/23 10:45:10 markus Exp $"); */ #ifndef SSH_H #define SSH_H @@ -25,9 +25,6 @@ # include <sys/select.h> #endif -//#include "rsa.h" -//#include "cipher.h" - /* Cipher used for encrypting authentication files. */ #define SSH_AUTHFILE_CIPHER SSH_CIPHER_3DES |