diff options
author | Damien Miller <djm@mindrot.org> | 2000-11-06 02:39:34 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-11-06 02:39:34 +0100 |
commit | 389edc4ce4f96ae1e8066a8d9f97d062b88e94ce (patch) | |
tree | a52c3a8e71ad51aeaf4e4e213772df89368c1ef3 /authfile.h | |
parent | - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs (diff) | |
download | openssh-389edc4ce4f96ae1e8066a8d9f97d062b88e94ce.tar.xz openssh-389edc4ce4f96ae1e8066a8d9f97d062b88e94ce.zip |
- (djm) Manually fix up missed diff hunks (mainly RCS idents)
Diffstat (limited to 'authfile.h')
-rw-r--r-- | authfile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/authfile.h b/authfile.h index 4283d9381..525b4aa5b 100644 --- a/authfile.h +++ b/authfile.h @@ -10,9 +10,13 @@ * incompatible with the protocol description in the RFC file, it must be * called by a name other than "ssh" or "Secure Shell". */ + +/* $OpenBSD: authfile.h,v 1.5 2000/10/16 09:38:44 djm Exp $ */ + #ifndef AUTHFILE_H #define AUTHFILE_H + /* * Saves the authentication (private) key in a file, encrypting it with * passphrase. |