mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
pki: Add support for comparing certificates
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
committed by
Sahana Prasad
parent
16ebd4597e
commit
44de06e8db
@@ -295,7 +295,8 @@ enum ssh_keytypes_e{
|
||||
|
||||
enum ssh_keycmp_e {
|
||||
SSH_KEY_CMP_PUBLIC = 0,
|
||||
SSH_KEY_CMP_PRIVATE
|
||||
SSH_KEY_CMP_PRIVATE = 1,
|
||||
SSH_KEY_CMP_CERTIFICATE = 2,
|
||||
};
|
||||
|
||||
#define SSH_ADDRSTRLEN 46
|
||||
|
||||
Reference in New Issue
Block a user