diff options
Diffstat (limited to 'sshsig.h')
-rw-r--r-- | sshsig.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -93,13 +93,12 @@ struct sshsigopt *sshsigopt_parse(const char *opts, | |||
93 | void sshsigopt_free(struct sshsigopt *opts); | 93 | void sshsigopt_free(struct sshsigopt *opts); |
94 | 94 | ||
95 | /* Get public key from signature */ | 95 | /* Get public key from signature */ |
96 | int | 96 | int sshsig_get_pubkey(struct sshbuf *signature, struct sshkey **pubkey); |
97 | sshsig_get_pubkey(struct sshbuf *signature, struct sshkey **pubkey); | ||
98 | 97 | ||
99 | /* Find principal in allowed_keys file, given a sshkey. Returns | 98 | /* Find principal in allowed_keys file, given a sshkey. Returns |
100 | * 0 on success. | 99 | * 0 on success. |
101 | */ | 100 | */ |
102 | int sshsig_find_principal(const char *path, const struct sshkey *sign_key, | 101 | int sshsig_find_principals(const char *path, const struct sshkey *sign_key, |
103 | char **principal); | 102 | char **principal); |
104 | 103 | ||
105 | #endif /* SSHSIG_H */ | 104 | #endif /* SSHSIG_H */ |