summaryrefslogtreecommitdiff
path: root/authfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'authfile.h')
-rw-r--r--authfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/authfile.h b/authfile.h
index 624d269f1..54df169b3 100644
--- a/authfile.h
+++ b/authfile.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfile.h,v 1.21 2015/01/08 10:14:08 djm Exp $ */ 1/* $OpenBSD: authfile.h,v 1.22 2019/08/05 11:50:33 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2013 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2013 Markus Friedl. All rights reserved.
@@ -40,9 +40,9 @@ int sshkey_load_cert(const char *, struct sshkey **);
40int sshkey_load_public(const char *, struct sshkey **, char **); 40int sshkey_load_public(const char *, struct sshkey **, char **);
41int sshkey_load_private(const char *, const char *, struct sshkey **, char **); 41int sshkey_load_private(const char *, const char *, struct sshkey **, char **);
42int sshkey_load_private_cert(int, const char *, const char *, 42int sshkey_load_private_cert(int, const char *, const char *,
43 struct sshkey **, int *); 43 struct sshkey **);
44int sshkey_load_private_type(int, const char *, const char *, 44int sshkey_load_private_type(int, const char *, const char *,
45 struct sshkey **, char **, int *); 45 struct sshkey **, char **);
46int sshkey_load_private_type_fd(int fd, int type, const char *passphrase, 46int sshkey_load_private_type_fd(int fd, int type, const char *passphrase,
47 struct sshkey **keyp, char **commentp); 47 struct sshkey **keyp, char **commentp);
48int sshkey_perm_ok(int, const char *); 48int sshkey_perm_ok(int, const char *);