summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2003-05-12 23:37:14 +0200
committerNiels Möller <nisse@lysator.liu.se>2003-05-12 23:37:14 +0200
commita0b3dc845dfa6da29a5ffaa75f2c11946d43b6ee (patch)
treebf95111c48c6d41fd19a6acab0f9d5da5967857d
parent486eab10f1a0f57f1e4a09380fa6eaebf8a33620 (diff)
downloadnettle-a0b3dc845dfa6da29a5ffaa75f2c11946d43b6ee.tar.gz
Use "config.h", not <config.h>.
Rev: src/nettle/cbc.c:1.7 Rev: src/nettle/hmac.c:1.5 Rev: src/nettle/knuth-lfib.c:1.3 Rev: src/nettle/md5-compat.c:1.4 Rev: src/nettle/md5-meta.c:1.3 Rev: src/nettle/md5.c:1.7 Rev: src/nettle/memxor.c:1.3 Rev: src/nettle/nettle-internal.c:1.4
-rw-r--r--cbc.c2
-rw-r--r--hmac.c2
-rw-r--r--knuth-lfib.c2
-rw-r--r--md5-compat.c2
-rw-r--r--md5-meta.c2
-rw-r--r--md5.c2
-rw-r--r--memxor.c2
-rw-r--r--nettle-internal.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/cbc.c b/cbc.c
index 7e9b4a3a..f28c9f21 100644
--- a/cbc.c
+++ b/cbc.c
@@ -24,7 +24,7 @@
*/
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include <assert.h>
diff --git a/hmac.c b/hmac.c
index 2d8a61f6..5ffae38b 100644
--- a/hmac.c
+++ b/hmac.c
@@ -24,7 +24,7 @@
*/
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include <assert.h>
diff --git a/knuth-lfib.c b/knuth-lfib.c
index bb867d2f..e12688c8 100644
--- a/knuth-lfib.c
+++ b/knuth-lfib.c
@@ -32,7 +32,7 @@
* random-looking test data, and is used by the Nettle testsuite. */
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include <assert.h>
diff --git a/md5-compat.c b/md5-compat.c
index 1ed7b29a..31a2fd51 100644
--- a/md5-compat.c
+++ b/md5-compat.c
@@ -24,7 +24,7 @@
*/
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include "md5-compat.h"
diff --git a/md5-meta.c b/md5-meta.c
index 1bf34ccc..3ea59000 100644
--- a/md5-meta.c
+++ b/md5-meta.c
@@ -21,7 +21,7 @@
*/
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include "nettle-meta.h"
diff --git a/md5.c b/md5.c
index bdfc51c3..e1663988 100644
--- a/md5.c
+++ b/md5.c
@@ -27,7 +27,7 @@
* Niels Möller. */
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include <assert.h>
diff --git a/memxor.c b/memxor.c
index 990b40f4..5f073a6c 100644
--- a/memxor.c
+++ b/memxor.c
@@ -8,7 +8,7 @@
Return DESTADDR. */
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include "memxor.h"
diff --git a/nettle-internal.c b/nettle-internal.c
index 069dcce3..2ed7cf12 100644
--- a/nettle-internal.c
+++ b/nettle-internal.c
@@ -25,7 +25,7 @@
*/
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include <assert.h>