diff options
Diffstat (limited to 'sshkey.h')
-rw-r--r-- | sshkey.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |
125 | const char *sshkey_type(const struct sshkey *); | 125 | const char *sshkey_type(const struct sshkey *); |
126 | const char *sshkey_cert_type(const struct sshkey *); | 126 | const char *sshkey_cert_type(const struct sshkey *); |
127 | int sshkey_format_text(const struct sshkey *, struct sshbuf *); | ||
127 | int sshkey_write(const struct sshkey *, FILE *); | 128 | int sshkey_write(const struct sshkey *, FILE *); |
128 | int sshkey_read(struct sshkey *, char **); | 129 | int sshkey_read(struct sshkey *, char **); |
129 | u_int sshkey_size(const struct sshkey *); | 130 | u_int sshkey_size(const struct sshkey *); |