From f372862c42d234710b6057449b46818e63181c90 Mon Sep 17 00:00:00 2001 From: Taco Hoekwater Date: Sun, 4 Apr 2010 13:55:46 +0000 Subject: import luatex 0.60.0 (with small local changes, see luatexdir/ChangeLog) and do an autoreconf git-svn-id: svn://tug.org/texlive/trunk@17680 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/luamd5/luamd5.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Build/source/texk/web2c/luatexdir/luamd5/luamd5.h (limited to 'Build/source/texk/web2c/luatexdir/luamd5/luamd5.h') diff --git a/Build/source/texk/web2c/luatexdir/luamd5/luamd5.h b/Build/source/texk/web2c/luatexdir/luamd5/luamd5.h new file mode 100644 index 00000000000..c0470c6439d --- /dev/null +++ b/Build/source/texk/web2c/luatexdir/luamd5/luamd5.h @@ -0,0 +1,20 @@ +/** +* $Id: md5.h,v 1.2 2003/04/28 16:25:44 roberto Exp $ +* Cryptographic module for Lua. +* @author Roberto Ierusalimschy +*/ + + +#ifndef luamd5_h +#define luamd5_h + +#include + + +#define HASHSIZE 16 + +void md5 (const char *message, long len, char *output); +int luaopen_md5 (lua_State *L); + + +#endif -- cgit v1.2.3