source: trunk/config.tests/unix/openssl/openssl.cpp@ 342

Last change on this file since 342 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 173 bytes
Line 
1#include <openssl/opensslv.h>
2
3#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x0090700fL
4# error "OpenSSL >= 0.9.7 is required"
5#endif
6
7int main()
8{
9}
Note: See TracBrowser for help on using the repository browser.