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

Fix include guard for non-nettle.h.

parent 060cc131
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
*/
#ifndef NETTLE_NON_NETTLE_H_INCLUDED
#define NETTLE_INTERNAL_H_INCLUDED
#define NETTLE_NON_NETTLE_H_INCLUDED
#include "nettle-meta.h"
#include "ocb.h"
......@@ -92,4 +92,4 @@ struct ocb_aes128_ctx
extern const struct nettle_aead nettle_ocb_aes128;
#endif /* NETTLE_INTERNAL_H_INCLUDED */
#endif /* NETTLE_NON_NETTLE_H_INCLUDED */
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