]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
test: corrected typo preventing the run of openpgp test [ci skip]
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 11 May 2017 20:01:10 +0000 (22:01 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 11 May 2017 20:01:15 +0000 (22:01 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
tests/openpgp-callback.c

index 3df10aca4e5ea69cbd37520e7e5bbf0b6e29fa91..cdf90cd60f967a281747f655802dc705f8497e24 100644 (file)
@@ -27,7 +27,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#if defined(_WIN32) || !defined(ENABLED_OPENPGP)
+#if defined(_WIN32) || !defined(ENABLE_OPENPGP)
 
 /* socketpair isn't supported on Win32. */
 int main(int argc, char **argv)