pike.git/
src/
post_modules/
Nettle/
hogweed.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-01-04
2014-01-04 13:33:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
877f415a53daba571319707d8fa2bc6230c32cef (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Nettle: Fixed some Autodoc markup errors in hogweed.
22:
#include "bignum.h"
-
void random_func_wrapper(void *f,
size_t
num, uint8_t *out)
+
/*! @module Nettle
+
*/
+
+
void random_func_wrapper(void *f,
unsigned
num, uint8_t *out)
{ push_int(num); apply_svalue((struct svalue *)f, 1);
366:
#endif /* HAVE_NETTLE_ECDSA_H */
+
/*! @endmodule Nettle
+
*/
+
void hogweed_init(void) {