pike.git/
src/
post_modules/
Nettle/
nettle.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-04-24
2014-04-24 15:23:31 by Martin Nilsson <nilsson@opera.com>
07bae912524386c5d71e39b46d00f4e16d4f61ea (
8
lines) (+
4
/-
4
)
[
Show
|
Annotate
]
Branch:
8.0
Fixed comment.
20:
#ifdef HAVE_NETTLE_DSA_PARAMS_INIT
-
/* We use the presence of
<
nettle
/
dsa
-compat.h>
to
-
*
detect Nettle 3.0 or later.
+
/* We use the presence of nettle
_
dsa
_params_init()
to detect Nettle
+
*
3.0 or later.
In Nettle 3.0 length fields use size_t, where earlier
+
* it was unsigned.
*/
-
-
/* In Nettle 3.0 length fields use size_t, where earlier it was unsigned. */
+
typedef size_t pike_nettle_size_t; #else typedef unsigned pike_nettle_size_t;