pike.git/
src/
post_modules/
Nettle/
nettle.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-06
2003-08-06 09:59:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>
efb89cabf0cd4fe9c30bc7d9e19fac7d2abb246b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Oops.
Rev: src/post_modules/Nettle/nettle.cmod:1.13
1:
/* nettle.cmod -*- c -*- */ #include "global.h"
-
RCSID("$Id: nettle.cmod,v 1.
12
2003/08/06 09:
58
:
25
grubba Exp $");
+
RCSID("$Id: nettle.cmod,v 1.
13
2003/08/06 09:
59
:
24
grubba Exp $");
#include "interpret.h" #include "svalue.h" /* For this_object() */
13:
#ifdef HAVE_LIBNETTLE #include <nettle/yarrow.h>
-
#include
<
nettle.h
>
+
#include
"
nettle.h
"
#include <assert.h> #include <stdio.h>