Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
b8093a68
Commit
b8093a68
authored
May 20, 2013
by
Niels Möller
Browse files
Include <stddef.h> in nettle-types.h, for size_t.
parent
89165e57
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b8093a68
2013-05-20 Niels Möller <nisse@lysator.liu.se>
* nettle-types.h: Include <stddef.h>, for size_t.
2013-05-17 Niels Möller <nisse@lysator.liu.se>
* macros.h (ROTL32, ROTL64): Avoid undefined behaviour for zero
...
...
nettle-types.h
View file @
b8093a68
...
...
@@ -23,9 +23,11 @@
#ifndef NETTLE_TYPES_H
#define NETTLE_TYPES_H
/* For size_t */
#include
<stddef.h>
/* Pretend these types always exists. Nettle doesn't use them. */
#define _STDINT_HAVE_INT_FAST32_T 1
#include
"nettle-stdint.h"
#ifdef __cplusplus
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment