summaryrefslogtreecommitdiff
path: root/sshkey.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-06-07 10:19:23 +0100
committerColin Watson <cjwatson@debian.org>2020-06-07 10:19:23 +0100
commit202f5a676221c244cd450086c334c2b59f339e86 (patch)
treed2f90a3a9ce2b33485c271eab01a48f02ef6fb5a /sshkey.h
parentf0de78bd4f29fa688c5df116f3f9cd43543a76d0 (diff)
parent9ca7e9c861775dd6c6312bc8aaab687403d24676 (diff)
Import openssh_8.3p1.orig.tar.gz
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 *);