summaryrefslogtreecommitdiff
path: root/sshkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshkey.h')
-rw-r--r--sshkey.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sshkey.h b/sshkey.h
index 4554b09b5..65194d6e4 100644
--- a/sshkey.h
+++ b/sshkey.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshkey.h,v 1.2 2014/12/21 22:27:55 djm Exp $ */ 1/* $OpenBSD: sshkey.h,v 1.3 2015/01/08 10:14:08 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -184,8 +184,6 @@ int sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob,
184 int force_new_format, const char *new_format_cipher, int new_format_rounds); 184 int force_new_format, const char *new_format_cipher, int new_format_rounds);
185int sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob, 185int sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob,
186 struct sshkey **keyp, char **commentp); 186 struct sshkey **keyp, char **commentp);
187int sshkey_parse_private_pem_fileblob(struct sshbuf *blob, int type,
188 const char *passphrase, struct sshkey **keyp, char **commentp);
189int sshkey_parse_private_fileblob(struct sshbuf *buffer, 187int sshkey_parse_private_fileblob(struct sshbuf *buffer,
190 const char *passphrase, const char *filename, struct sshkey **keyp, 188 const char *passphrase, const char *filename, struct sshkey **keyp,
191 char **commentp); 189 char **commentp);