#if !__has_include() #error "missing wolfSSL's SSL header!" #endif // See https://github.com/Thalhammer/jwt-cpp/pull/352 #ifndef EXTERNAL_OPTS_OPENVPN #error "missing wolfSSL's OPENSSL_EXTRA macro!" #endif #include "jwt-cpp/jwt.h" #include int main() { wolfSSL_library_init(); jwt::date date; return 0; }