Files
qt5.12.8/config.tests/dtls/main.cpp
2025-08-26 22:57:23 +08:00

13 lines
276 B
C++

/* Generated by configure */
#include <openssl/ssl.h>
#if defined(OPENSSL_NO_DTLS) || !defined(DTLS1_2_VERSION)
# error OpenSSL without DTLS support
#endif
int main(int argc, char **argv)
{
(void)argc; (void)argv;
/* BEGIN TEST: */
/* END TEST */
return 0;
}