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
Dmitry Baryshkov
nettle
Commits
d1a3edbf
Commit
d1a3edbf
authored
May 07, 2012
by
Niels Möller
Browse files
int_fast*_t workaround for SunOS-5.8.
parent
fa4331ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
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