source:
trunk/config.tests/unix/openssl/openssl.cpp@
342
Last change on this file since 342 was 2, checked in by , 16 years ago | |
---|---|
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 | |
7 | int main() |
8 | { |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.