summaryrefslogtreecommitdiff
path: root/authfile.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-11-06 12:39:34 +1100
committerDamien Miller <djm@mindrot.org>2000-11-06 12:39:34 +1100
commit389edc4ce4f96ae1e8066a8d9f97d062b88e94ce (patch)
treea52c3a8e71ad51aeaf4e4e213772df89368c1ef3 /authfile.h
parentc78abaa1090f7da97ee8a6462830698bf66b23f1 (diff)
- (djm) Manually fix up missed diff hunks (mainly RCS idents)
Diffstat (limited to 'authfile.h')
-rw-r--r--authfile.h4
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 @@
10 * incompatible with the protocol description in the RFC file, it must be 10 * incompatible with the protocol description in the RFC file, it must be
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13
14/* $OpenBSD: authfile.h,v 1.5 2000/10/16 09:38:44 djm Exp $ */
15
13#ifndef AUTHFILE_H 16#ifndef AUTHFILE_H
14#define AUTHFILE_H 17#define AUTHFILE_H
15 18
19
16/* 20/*
17 * Saves the authentication (private) key in a file, encrypting it with 21 * Saves the authentication (private) key in a file, encrypting it with
18 * passphrase. 22 * passphrase.