diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-23 16:09:51 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-23 16:09:51 +0000 |
commit | bda5bdcf8d1238b75e29094155da16e058b6e33b (patch) | |
tree | c051a4558dabfdd4ca0f9adff6e01f38d7162199 | |
parent | 95fb2dde7777c6afbffd80eba79a88811db55290 (diff) |
20010124
- (bal) OpenBSD Resync
- markus@cvs.openbsd.org 2001/01/23 10:45:10
[ssh.h]
nuke comment
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.h | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20010124 | ||
2 | - (bal) OpenBSD Resync | ||
3 | - markus@cvs.openbsd.org 2001/01/23 10:45:10 | ||
4 | [ssh.h] | ||
5 | nuke comment | ||
6 | |||
1 | 20010123 | 7 | 20010123 |
2 | - (bal) regexp.h typo in configure.in. Should have been regex.h | 8 | - (bal) regexp.h typo in configure.in. Should have been regex.h |
3 | - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@ | 9 | - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@ |
@@ -10,7 +10,7 @@ | |||
10 | * called by a name other than "ssh" or "Secure Shell". | 10 | * called by a name other than "ssh" or "Secure Shell". |
11 | */ | 11 | */ |
12 | 12 | ||
13 | /* RCSID("$OpenBSD: ssh.h,v 1.61 2001/01/21 19:05:59 markus Exp $"); */ | 13 | /* RCSID("$OpenBSD: ssh.h,v 1.62 2001/01/23 10:45:10 markus Exp $"); */ |
14 | 14 | ||
15 | #ifndef SSH_H | 15 | #ifndef SSH_H |
16 | #define SSH_H | 16 | #define SSH_H |
@@ -25,9 +25,6 @@ | |||
25 | # include <sys/select.h> | 25 | # include <sys/select.h> |
26 | #endif | 26 | #endif |
27 | 27 | ||
28 | //#include "rsa.h" | ||
29 | //#include "cipher.h" | ||
30 | |||
31 | /* Cipher used for encrypting authentication files. */ | 28 | /* Cipher used for encrypting authentication files. */ |
32 | #define SSH_AUTHFILE_CIPHER SSH_CIPHER_3DES | 29 | #define SSH_AUTHFILE_CIPHER SSH_CIPHER_3DES |
33 | 30 | ||