summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index 23ce67caf..29491df98 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.95 2018/03/03 03:15:51 djm Exp $ */ 1/* $OpenBSD: auth.h,v 1.96 2018/04/10 00:10:49 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -89,7 +89,7 @@ struct Authctxt {
89 struct sshkey **prev_keys; 89 struct sshkey **prev_keys;
90 u_int nprev_keys; 90 u_int nprev_keys;
91 91
92 /* Last used key and ancilliary information from active auth method */ 92 /* Last used key and ancillary information from active auth method */
93 struct sshkey *auth_method_key; 93 struct sshkey *auth_method_key;
94 char *auth_method_info; 94 char *auth_method_info;
95 95