Skip to content
Snippets Groups Projects
Commit 6ba0c554 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

dnssec: remove #include from typedef macro

parent 5c64166d
No related branches found
No related tags found
No related merge requests found
......@@ -15,16 +15,18 @@
*/
#include <assert.h>
#include <nettle/base64.h>
#include <string.h>
#include <nettle/base64.h>
#ifdef HAVE_NETTLE_VERSION_H
#include <nettle/version.h>
#endif
#include "binary.h"
#include "error.h"
#include "shared.h"
typedef
#ifdef HAVE_NETTLE_VERSION_H
#include <nettle/version.h>
#ifdef NETTLE_VERSION_MAJOR
#if NETTLE_VERSION_MAJOR >= 3
size_t
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment