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:1:
/* -*- mode: c; encoding: utf-8; -*- || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. */
-
#include "
global
.h"
+
#include "
module
.h"
#include "pike_compiler.h" #include "builtin_functions.h" #include "operators.h" #include "interpret.h"
-
#include "module.h"
-
#include "mapping.h"
-
#include "stralloc.h"
+
#include "constants.h" #include "nettle_config.h" #ifdef HAVE_LIBHOGWEED DECLARATIONS #include "nettle.h" #include <nettle/dsa.h>