summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshkey.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshkey.h b/sshkey.h
index b0b5b2749..8aaa31532 100644
--- a/sshkey.h
+++ b/sshkey.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshkey.h,v 1.18 2017/05/07 23:15:59 djm Exp $ */ 1/* $OpenBSD: sshkey.h,v 1.19 2017/06/13 11:22:15 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.
@@ -124,6 +124,7 @@ int sshkey_fingerprint_raw(const struct sshkey *k,
124 int, u_char **retp, size_t *lenp); 124 int, u_char **retp, size_t *lenp);
125const char *sshkey_type(const struct sshkey *); 125const char *sshkey_type(const struct sshkey *);
126const char *sshkey_cert_type(const struct sshkey *); 126const char *sshkey_cert_type(const struct sshkey *);
127int sshkey_format_text(const struct sshkey *, struct sshbuf *);
127int sshkey_write(const struct sshkey *, FILE *); 128int sshkey_write(const struct sshkey *, FILE *);
128int sshkey_read(struct sshkey *, char **); 129int sshkey_read(struct sshkey *, char **);
129u_int sshkey_size(const struct sshkey *); 130u_int sshkey_size(const struct sshkey *);