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

* testsuite/testutils.c, testsuite/testutils.h: Use <inttypes.h>,

not <stdint.h>.

Rev: src/nettle/testsuite/testutils.c:1.2
Rev: src/nettle/testsuite/testutils.h:1.2
parent ef3668b2
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#include "testutils.h" #include "testutils.h"
#include <stdlib.h>
#include <ctype.h> #include <ctype.h>
......
#ifndef NETTLE_TESTUTILS_H_INCLUDED #ifndef NETTLE_TESTUTILS_H_INCLUDED
#define NETTLE_TESTUTILS_H_INCLUDED #define NETTLE_TESTUTILS_H_INCLUDED
#include <stdint.h> #include <inttypes.h>
/* Decodes a NUL-terminated hex string. */ /* Decodes a NUL-terminated hex string. */
int int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment