summaryrefslogtreecommitdiff
path: root/tests/pskself.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/pskself.c
parent0b55b360dd690023f3591eaff4a72713b7a6d8d3 (diff)
downloadgnutls-2ac6ef7894990869f8ed951cf3cc7a15ede00f66.tar.gz
Use #ifdef for checking HAVE_CONFIG_H for consistency.
Diffstat (limited to 'tests/pskself.c')
-rw-r--r--tests/pskself.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pskself.c b/tests/pskself.c
index 8b4fd70fef..107b4e4324 100644
--- a/tests/pskself.c
+++ b/tests/pskself.c
@@ -22,7 +22,7 @@
/* Parts copied from GnuTLS example programs. */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif