Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nettle
nettle
Commits
b8093a68
Commit
b8093a68
authored
12 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Include <stddef.h> in nettle-types.h, for size_t.
parent
89165e57
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
nettle-types.h
+3
-1
3 additions, 1 deletion
nettle-types.h
with
7 additions
and
1 deletion
ChangeLog
+
4
−
0
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
...
...
This diff is collapsed.
Click to expand it.
nettle-types.h
+
3
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment