aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/lib/axtls/ssl/os_port.h
blob: 6e8fdd5e94898e17dd70b9cac3e16fd4496e64ea (plain)
1
2
3
4
5
6
7
#include "config.h"

#ifdef CONFIG_AXTLS_OS_PORT_H
#include CONFIG_AXTLS_OS_PORT_H
#else
#include "axtls_os_port.h"
#endif