pike.git/
src/
post_modules/
Nettle/
hash.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2010-10-10
2010-10-10 21:56:09 by Martin Stjernholm <mast@lysator.liu.se>
807294294849e4589526619e98bcc150adc9ac66 (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Centralized assert.h include to make use of assertions more convenient.
2:
|| 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.
-
||
$Id: hash.cmod,v 1.35 2010/06/21 12:35:35 mast Exp $
+
||
$Id$
*/ #include "global.h"
30:
#include <nettle/sha.h> #include <nettle/nettle-meta.h>
-
#include <assert.h>
+
#include <stdio.h> #include <stdarg.h> #include "fdlib.h"