summaryrefslogtreecommitdiff
path: root/sshkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshkey.h')
-rw-r--r--sshkey.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sshkey.h b/sshkey.h
index 71a3fddcb..9c1d4f637 100644
--- a/sshkey.h
+++ b/sshkey.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshkey.h,v 1.44 2019/12/30 09:23:28 djm Exp $ */ 1/* $OpenBSD: sshkey.h,v 1.45 2020/04/08 00:08:46 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.
@@ -259,6 +259,8 @@ int sshkey_parse_private_fileblob(struct sshbuf *buffer,
259 const char *passphrase, struct sshkey **keyp, char **commentp); 259 const char *passphrase, struct sshkey **keyp, char **commentp);
260int sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, 260int sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,
261 const char *passphrase, struct sshkey **keyp, char **commentp); 261 const char *passphrase, struct sshkey **keyp, char **commentp);
262int sshkey_parse_pubkey_from_private_fileblob_type(struct sshbuf *blob,
263 int type, struct sshkey **pubkeyp);
262 264
263/* XXX should be internal, but used by ssh-keygen */ 265/* XXX should be internal, but used by ssh-keygen */
264int ssh_rsa_complete_crt_parameters(struct sshkey *, const BIGNUM *); 266int ssh_rsa_complete_crt_parameters(struct sshkey *, const BIGNUM *);