]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Use "config.h", not <config.h>.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 12 May 2003 21:37:14 +0000 (23:37 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 12 May 2003 21:37:14 +0000 (23:37 +0200)
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

cbc.c
hmac.c
knuth-lfib.c
md5-compat.c
md5-meta.c
md5.c
memxor.c
nettle-internal.c

diff --git a/cbc.c b/cbc.c
index 7e9b4a3a2d44f86ad743d1e26a3697461cbd8f2e..f28c9f21b5f158510f2fb3ece876938eb0746e0c 100644 (file)
--- 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 2d8a61f6ace95f08adfb38069ea031b3d29560a5..5ffae38bc24bf9c9fd495991995bdaf2fee5a226 100644 (file)
--- a/hmac.c
+++ b/hmac.c
@@ -24,7 +24,7 @@
  */
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include <assert.h>
index bb867d2ff8c3e5964919d180e3182e22ebc1f4cb..e12688c8d759f7cfc32922268b49d2f757dbe08a 100644 (file)
@@ -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>
index 1ed7b29adbc0982d62594ca58b8a30e13a93abf5..31a2fd51b268e23153ee05233de5402763953b37 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include "md5-compat.h"
index 1bf34ccc3c67d56006e195b7660a3aedbd2a7b7a..3ea590001d0977afdce46807376492e3e60e6de7 100644 (file)
@@ -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 bdfc51c33aa651879ecd3c79031623aaa29693fd..e16639881dd290ef56f058b5c660f8964b799d7c 100644 (file)
--- 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>
index 990b40f48df678d76e2b99be27f5eae3104f155f..5f073a6cd4851bf7459453d2c2ff01071c2f3099 100644 (file)
--- 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"
index 069dcce3c57ecd5804a5fb013e3e3a30d4ffb399..2ed7cf12de7d84f1ffdcfa4d3df785c593fc552a 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include <assert.h>