--- truecrypt/crypto/c_ecb.c 2018/04/24 16:37:52 1.1.1.1 +++ truecrypt/crypto/c_ecb.c 2018/04/24 16:47:51 1.1.1.4 @@ -1,3 +1,5 @@ +/* Deprecated/legacy */ + /* crypto/cast/cast_ecb.c */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -56,15 +58,13 @@ * [including the GNU Public Licence.] */ -#include "cast.h" -#include "cast_lcl.h" - -#pragma warning( disable : 4131 ) +#include "Cast.h" +#include "Cast_lcl.h" char *CAST_version="CAST part of SSLeay 0.8.2b 08-Jan-1998"; -void _cdecl CAST_ecb_encrypt(in, out, ks, encrypt) +void CAST_ecb_encrypt(in, out, ks, encrypt) unsigned char *in; unsigned char *out; CAST_KEY *ks;