From: Todd C. Miller Date: Thu, 7 Apr 2011 11:04:26 +0000 (-0400) Subject: Add HAVE_RFC1938_SKEYCHALLENGE X-Git-Tag: SUDO_1_8_1~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e72fa91276aefdfa05430268923fe545d116dc4;p=sudo Add HAVE_RFC1938_SKEYCHALLENGE --- diff --git a/config.h.in b/config.h.in index 5addde187..0f7384dd3 100644 --- a/config.h.in +++ b/config.h.in @@ -400,6 +400,10 @@ /* Define to 1 if you have the `revoke' function. */ #undef HAVE_REVOKE +/* Define to 1 if the skeychallenge() function is RFC1938-compliant and takes + 4 arguments */ +#undef HAVE_RFC1938_SKEYCHALLENGE + /* Define to 1 if you have the header file. */ #undef HAVE_SASL_H