Skip to content
Snippets Groups Projects
Commit a0b3dc84 authored by Niels Möller's avatar Niels Möller
Browse files

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
parent 486eab10
Branches
Tags
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
*/ */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#include <assert.h> #include <assert.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
*/ */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#include <assert.h> #include <assert.h>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* random-looking test data, and is used by the Nettle testsuite. */ * random-looking test data, and is used by the Nettle testsuite. */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#include <assert.h> #include <assert.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
*/ */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#include "md5-compat.h" #include "md5-compat.h"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
*/ */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#include "nettle-meta.h" #include "nettle-meta.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
* Niels Mller. */ * Niels Mller. */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#include <assert.h> #include <assert.h>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Return DESTADDR. */ Return DESTADDR. */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#include "memxor.h" #include "memxor.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
*/ */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#include <assert.h> #include <assert.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment