pike.git
/
src
/
post_modules
/
Nettle
/
nettle.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/nettle.cmod:1:
/* nettle.cmod -*- c -*- */ #include "global.h"
-
RCSID("$Id: nettle.cmod,v 1.
4
2003/03/
14
15:
30
:
20
marcus
Exp $");
+
RCSID("$Id: nettle.cmod,v 1.
5
2003/03/
18
15:
41
:
57
nilsson
Exp $");
#include "interpret.h" #include "svalue.h" /* For this_object() */ #include "object.h" #include "module_support.h" #include "nettle_config.h" #ifdef HAVE_LIBNETTLE
pike.git/src/post_modules/Nettle/nettle.cmod:157:
} PIKE_MODULE_EXIT { #ifdef HAVE_LIBNETTLE hash_exit(); #endif /* HAVE_LIBNETTLE */ EXIT; }
+
/*! @endmodule
+
*/