X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/57aa14b216432be381b6295c312065b2fd034f86..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/src/auths/auth-spa.c diff --git a/src/src/auths/auth-spa.c b/src/src/auths/auth-spa.c index 44c99e9f6..bcf88c84d 100644 --- a/src/src/auths/auth-spa.c +++ b/src/src/auths/auth-spa.c @@ -8,6 +8,9 @@ * All the original code used here was torn by Marc Prud'hommeaux out of the * Samba project (by Andrew Tridgell, Jeremy Allison, and others). + * + * Copyright (c) The Exim Maintainers 2021 + * SPDX-License-Identifier: GPL-2.0-or-later * Tom Kistner provided additional code, adding spa_build_auth_challenge() to * support server authentication mode. @@ -1395,8 +1398,6 @@ int i; int p = (int)getpid(); int random_seed = (int)time(NULL) ^ ((p << 16) | p); -request = request; /* Added by PH to stop compilers whinging */ - /* Ensure challenge data is cleared, in case it isn't all used. This patch added by PH on suggestion of Russell King */