/*
 * This file is part of RTRlib.
 *
 * This file is subject to the terms and conditions of the MIT license.
 * See the file LICENSE in the top level directory for more details.
 *
 * Website: http://rtrlib.realmv6.org/
 */

#ifndef TEST_BGPSEC_UTILS_H
#define TEST_BGPSEC_UTILS_H

#include "rtrlib/bgpsec/bgpsec.h"

struct rtr_bgpsec *setup_bgpsec(void);

struct rtr_signature_seg *setup_sig_seg(void);

struct rtr_secure_path_seg *setup_sec_seg(void);
#endif
