summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-11 22:01:10 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-11 22:01:15 +0200
commitf3dcead8ea6827f1fe2dca0925f7966950b3df34 (patch)
tree698de87794dc7041571b4c8a88df76a690058c53
parent3c6bbc260def45da3897dde94116f244fdf475b5 (diff)
downloadgnutls-f3dcead8ea6827f1fe2dca0925f7966950b3df34.tar.gz
test: corrected typo preventing the run of openpgp test [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--tests/openpgp-callback.c2
1 files changed, 1 insertions, 1 deletions
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 <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)