X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fssl.h;h=d155f7f07688c35692b804a0d5a2737346b96383;hb=fc3918dc9bc7153ba7ec938aad57a6060ce33e5c;hp=aa719afd8675abf6b2a0b706637fdba9a1467577;hpb=45a86f29d6fe5d989eb0738e021cfa93a6856581;p=umurmur.git diff --git a/src/ssl.h b/src/ssl.h index aa719af..d155f7f 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -68,6 +68,9 @@ } \ } while (0) #endif + #if (POLARSSL_VERSION_MINOR >= 2) + #define POLARSSL_API_V1_2 + #endif #endif #endif