Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Wim Lewis
nettle
Commits
d1a3edbf
Commit
d1a3edbf
authored
May 07, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
int_fast*_t workaround for SunOS-5.8.
parent
fa4331ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
ChangeLog
ChangeLog
+7
-0
nettle-types.h
nettle-types.h
+3
-0
No files found.
ChangeLog
View file @
d1a3edbf
2012-05-07 Niels Möller <nisse@lysator.liu.se>
* nettle-types.h (_STDINT_HAVE_INT_FAST32_T): Define here, to
force nettle-stdint.h to not try to define the int_fast*_t types.
Avoids compilation gnutls problems on SunOS-5.8, where the
definitions here collide with gnulib's.
2012-04-23 Niels Möller <nisse@lysator.liu.se>
* nettle-internal.h (NETTLE_MAX_BIGNUM_SIZE): New constant. Based
...
...
nettle-types.h
View file @
d1a3edbf
...
...
@@ -23,6 +23,9 @@
#ifndef NETTLE_TYPES_H
#define NETTLE_TYPES_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
Markdown
is supported
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