pike.git
/
src
/
post_modules
/
Nettle
/
hogweed.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/hogweed.cmod:12:
#include "nettle_config.h" #ifdef HAVE_LIBHOGWEED DECLARATIONS #include "nettle.h" #include <nettle/dsa.h> #include <nettle/rsa.h>
-
#include <gmp.h>
+
-
+
/* Includes <gmp.h> */
#include "bignum.h" /*! @module Nettle */ static void random_func_wrapper(void *f, pike_nettle_size_t num, uint8_t *out) { push_int(num); apply_svalue((struct svalue *)f, 1); if(TYPEOF(Pike_sp[-1])!=T_STRING)