summaryrefslogtreecommitdiff
path: root/authfile.h
diff options
context:
space:
mode:
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.