X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fstd-crypto.c;h=a045f6cc60811eff593e2c7fbb01e00992cb862c;hb=ba74fb8d95d2e9af2122e0a95c4d5334b4f0466c;hp=e315e993a5dfed6c32c04878bb6346fb13fe5b23;hpb=9242a7e8cfa94bbc9dd7eca6bd651b569b871c4e;p=exim.git diff --git a/src/src/std-crypto.c b/src/src/std-crypto.c index e315e993a..a045f6cc6 100644 --- a/src/src/std-crypto.c +++ b/src/src/std-crypto.c @@ -3,7 +3,7 @@ *************************************************/ /* Copyright (c) Phil Pennock 2012, 2016 - * Copyright (c) The Exim Maintainers 2017 + * Copyright (c) The Exim Maintainers 2017 - 2018 * But almost everything here is fixed published constants from RFCs, so also: * Copyright (C) The Internet Society (2003) * Copyright (C) The IETF Trust (2008) @@ -17,7 +17,7 @@ #include "exim.h" -#ifndef SUPPORT_TLS +#ifdef DISABLE_TLS static void dummy(int x) { dummy(x-1); } #else @@ -1018,5 +1018,5 @@ std_dh_prime_named(const uschar *name) return NULL; } -#endif /* SUPPORT_TLS */ +#endif /*DISABLE_TLS*/ /* EOF */