summaryrefslogtreecommitdiffstats
path: root/sshkey.h
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2024-05-17 08:42:04 +0200
committerDamien Miller <djm@mindrot.org>2024-05-22 06:21:13 +0200
commitdcd79fa141311c287e0595ede684b7116122fae0 (patch)
tree7104535d87d6c1f09ea721cc2d6303073d9b2eb6 /sshkey.h
parentupstream: remove externs for removed vars; ok djm@ (diff)
downloadopenssh-dcd79fa141311c287e0595ede684b7116122fae0.tar.xz
openssh-dcd79fa141311c287e0595ede684b7116122fae0.zip
upstream: remove prototypes with no matching function; ok djm@
OpenBSD-Commit-ID: 6d9065dadea5f14a01bece0dbfe2fba1be31c693
Diffstat (limited to 'sshkey.h')
-rw-r--r--sshkey.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sshkey.h b/sshkey.h
index 708f2da86..32933bbbd 100644
--- a/sshkey.h
+++ b/sshkey.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshkey.h,v 1.62 2023/06/21 05:10:26 djm Exp $ */
+/* $OpenBSD: sshkey.h,v 1.63 2024/05/17 06:42:04 jsg Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -316,7 +316,6 @@ int ssh_rsa_complete_crt_parameters(struct sshkey *, const BIGNUM *);
int sshkey_set_filename(struct sshkey *, const char *);
int sshkey_enable_maxsign(struct sshkey *, u_int32_t);
u_int32_t sshkey_signatures_left(const struct sshkey *);
-int sshkey_forward_state(const struct sshkey *, u_int32_t, int);
int sshkey_private_serialize_maxsign(struct sshkey *key,
struct sshbuf *buf, u_int32_t maxsign, int);