1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

RPKI: Allow build without libSSH

This commit is contained in:
Maria Matejka
2020-02-04 10:15:35 +01:00
parent 4bbc10614f
commit 027a3e66f7
5 changed files with 21 additions and 3 deletions

View File

@@ -17,6 +17,8 @@
#include "rpki.h"
#if HAVE_LIBSSH
static int
rpki_tr_ssh_open(struct rpki_tr_sock *tr)
{
@@ -71,3 +73,5 @@ rpki_tr_ssh_init(struct rpki_tr_sock *tr)
tr->open_fp = &rpki_tr_ssh_open;
tr->ident_fp = &rpki_tr_ssh_ident;
}
#endif