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.5 2015/01/26 02:59:11 djm Exp $ */ | 1 | /* $OpenBSD: sshkey.h,v 1.6 2015/05/21 04:55:51 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. |
@@ -163,6 +163,7 @@ int sshkey_from_blob(const u_char *, size_t, struct sshkey **); | |||
163 | int sshkey_fromb(struct sshbuf *, struct sshkey **); | 163 | int sshkey_fromb(struct sshbuf *, struct sshkey **); |
164 | int sshkey_froms(struct sshbuf *, struct sshkey **); | 164 | int sshkey_froms(struct sshbuf *, struct sshkey **); |
165 | int sshkey_to_blob(const struct sshkey *, u_char **, size_t *); | 165 | int sshkey_to_blob(const struct sshkey *, u_char **, size_t *); |
166 | int sshkey_to_base64(const struct sshkey *, char **); | ||
166 | int sshkey_putb(const struct sshkey *, struct sshbuf *); | 167 | int sshkey_putb(const struct sshkey *, struct sshbuf *); |
167 | int sshkey_puts(const struct sshkey *, struct sshbuf *); | 168 | int sshkey_puts(const struct sshkey *, struct sshbuf *); |
168 | int sshkey_plain_to_blob(const struct sshkey *, u_char **, size_t *); | 169 | int sshkey_plain_to_blob(const struct sshkey *, u_char **, size_t *); |