/*
 *  Password verification in Microsoft Word 8.0
 *  see D_CREDITS & D_README
 */

/* 
Get the version of wv at http://www.csn.ul.ie/~caolan/mswordview/development
*/

#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <string.h>
#include "wv.h"

int wvDecrypt97(wvParseStruct *ps)
	{
	wvWarning("You are running the american version of libwv,\n \
due to what can only be described as moronic laws it appears you\n\
cannot have this level of decryption without a licence\nGet the EU\n\
version at http://www.csn.ul.ie/~caolan/mswordview/development\n");
	return(1);
	}
