13 lines
300 B
C++
13 lines
300 B
C++
/* Generated by configure */
|
|
#include <openssl/opensslv.h>
|
|
#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x10100000L
|
|
# error OpenSSL >= 1.1 is required
|
|
#endif
|
|
int main(int argc, char **argv)
|
|
{
|
|
(void)argc; (void)argv;
|
|
/* BEGIN TEST: */
|
|
/* END TEST */
|
|
return 0;
|
|
}
|