From: Nikos Mavrogiannopoulos Date: Thu, 11 May 2017 20:01:10 +0000 (+0200) Subject: test: corrected typo preventing the run of openpgp test [ci skip] X-Git-Tag: gnutls_3_6_0~578 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3dcead8ea6827f1fe2dca0925f7966950b3df34;p=thirdparty%2Fgnutls.git test: corrected typo preventing the run of openpgp test [ci skip] Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/tests/openpgp-callback.c b/tests/openpgp-callback.c index 3df10aca4e..cdf90cd60f 100644 --- a/tests/openpgp-callback.c +++ b/tests/openpgp-callback.c @@ -27,7 +27,7 @@ #include #include -#if defined(_WIN32) || !defined(ENABLED_OPENPGP) +#if defined(_WIN32) || !defined(ENABLE_OPENPGP) /* socketpair isn't supported on Win32. */ int main(int argc, char **argv)