X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fssl.h;fp=src%2Fssl.h;h=2aba396aae6f6d902a5f9826a597c2f05f64c2cc;hb=fceac9f0133c4441e6c89392f4c85da3600a5183;hp=86cd7bcd5ef5be3ee7d93ca20ed54e913bb6b5b4;hpb=3d6597697af81724a9be288af0354c987a696114;p=umurmur.git diff --git a/src/ssl.h b/src/ssl.h index 86cd7bc..2aba396 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -40,8 +40,12 @@ #include #include +#ifdef POLARSSL_VERSION_MAJOR #if (POLARSSL_VERSION_MAJOR < 1) -#error PolarSSL version 1.0.0 or later is required! +#error PolarSSL version 1.0.0 or greater is required! +#endif +#else +#error PolarSSL version 1.0.0 or greater is required! #endif #ifdef USE_POLARSSL_HAVEGE