diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-03 16:49:42 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-03 16:49:42 +0200 |
commit | 2ac6ef7894990869f8ed951cf3cc7a15ede00f66 (patch) | |
tree | 153c13ad40248103827fda8d89cf01ca6b822681 /tests/x509self.c | |
parent | 0b55b360dd690023f3591eaff4a72713b7a6d8d3 (diff) | |
download | gnutls-2ac6ef7894990869f8ed951cf3cc7a15ede00f66.tar.gz |
Use #ifdef for checking HAVE_CONFIG_H for consistency.
Diffstat (limited to 'tests/x509self.c')
-rw-r--r-- | tests/x509self.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/x509self.c b/tests/x509self.c index f3c97d6aa4..d00663d092 100644 --- a/tests/x509self.c +++ b/tests/x509self.c @@ -22,7 +22,7 @@ /* Parts copied from GnuTLS example programs. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include <config.h> #endif |