17 #define RTRLIB_HAVE_LIBSSH 18 #define RTRLIB_VERSION_MAJOR 0 19 #define RTRLIB_VERSION_MINOR 6 20 #define RTRLIB_VERSION_PATCH 3 22 #include "lib/alloc_utils.h" 29 #include "spki/spkitable.h" 30 #include "transport/tcp/tcp_transport.h" 31 #include "transport/transport.h" 32 #ifdef RTRLIB_HAVE_LIBSSH 33 #include "rtrlib/transport/ssh/ssh_transport.h"