summaryrefslogtreecommitdiff
path: root/tests/openpgpself.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-03 16:49:42 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-03 16:49:42 +0200
commit2ac6ef7894990869f8ed951cf3cc7a15ede00f66 (patch)
tree153c13ad40248103827fda8d89cf01ca6b822681 /tests/openpgpself.c
parent0b55b360dd690023f3591eaff4a72713b7a6d8d3 (diff)
downloadgnutls-2ac6ef7894990869f8ed951cf3cc7a15ede00f66.tar.gz
Use #ifdef for checking HAVE_CONFIG_H for consistency.
Diffstat (limited to 'tests/openpgpself.c')
-rw-r--r--tests/openpgpself.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgpself.c b/tests/openpgpself.c
index 246bdbeb7e..c007062da3 100644
--- a/tests/openpgpself.c
+++ b/tests/openpgpself.c
@@ -22,7 +22,7 @@
/* Parts copied from GnuTLS example programs. */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif