View | Details | Raw Unified
Collapse All | Expand All

(-) truecrypt-6.0-source.dist/Core/FatFormatter.cpp (+1 lines)
 Lines 14-19    Link Here 
#include "Platform/Platform.h"
#include "Platform/Platform.h"
#include "FatFormatter.h"
#include "FatFormatter.h"
#include "RandomNumberGenerator.h"
#include "RandomNumberGenerator.h"
#include <cstring>
namespace TrueCrypt
namespace TrueCrypt
{
{
(-) truecrypt-6.0-source.dist/Platform/Memory.cpp (+1 lines)
 Lines 8-13    Link Here 
#include "Memory.h"
#include "Memory.h"
#include "Exception.h"
#include "Exception.h"
#include <cstring>
namespace TrueCrypt
namespace TrueCrypt
{
{
(-) truecrypt-6.0-source.dist/Volume/EncryptionTest.cpp (+1 lines)
 Lines 15-20    Link Here 
#include "EncryptionModeXTS.h"
#include "EncryptionModeXTS.h"
#include "EncryptionTest.h"
#include "EncryptionTest.h"
#include "Pkcs5Kdf.h"
#include "Pkcs5Kdf.h"
#include <cstring>
namespace TrueCrypt
namespace TrueCrypt
{
{