14#define RTRLIB_VERSION_MAJOR 0
15#define RTRLIB_VERSION_MINOR 6
16#define RTRLIB_VERSION_PATCH 1
18#include "lib/alloc_utils.h"
25#include "spki/spkitable.h"
26#include "transport/tcp/tcp_transport.h"
27#include "transport/transport.h"
28#ifdef RTRLIB_HAVE_LIBSSH
29#include "rtrlib/transport/ssh/ssh_transport.h"