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 37a43a67a..f586e8967 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.
@@ -260,6 +260,8 @@ int sshkey_parse_private_fileblob(struct sshbuf *buffer,
260 const char *passphrase, struct sshkey **keyp, char **commentp); 260 const char *passphrase, struct sshkey **keyp, char **commentp);
261int sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, 261int sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,
262 const char *passphrase, struct sshkey **keyp, char **commentp); 262 const char *passphrase, struct sshkey **keyp, char **commentp);
263int sshkey_parse_pubkey_from_private_fileblob_type(struct sshbuf *blob,
264 int type, struct sshkey **pubkeyp);
263 265
264/* XXX should be internal, but used by ssh-keygen */ 266/* XXX should be internal, but used by ssh-keygen */
265int ssh_rsa_complete_crt_parameters(struct sshkey *, const BIGNUM *); 267int ssh_rsa_complete_crt_parameters(struct sshkey *, const BIGNUM *);