diff options
Diffstat (limited to 'proto/rpki/transport.h')
-rw-r--r-- | proto/rpki/transport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rpki/transport.h b/proto/rpki/transport.h index f90b7e42..bb8d41eb 100644 --- a/proto/rpki/transport.h +++ b/proto/rpki/transport.h @@ -51,7 +51,9 @@ const char *rpki_tr_ident(struct rpki_tr_sock *tr); /* Types of supported transports */ enum rpki_tr_type { RPKI_TR_TCP, /* Unprotected transport over TCP */ +#if HAVE_LIBSSH RPKI_TR_SSH, /* Protected transport by SSHv2 connection */ +#endif }; /* Common configure structure for transports */ |