Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218137
Collapse All | Expand All

(-)./truecrypt-5.1a-source/Core/FatFormatter.cpp (+1 lines)
Lines 13-18 Link Here
13
#include "Common/Tcdefs.h"
13
#include "Common/Tcdefs.h"
14
#include "Platform/Platform.h"
14
#include "Platform/Platform.h"
15
#include "FatFormatter.h"
15
#include "FatFormatter.h"
16
#include <cstring>
16
17
17
namespace TrueCrypt
18
namespace TrueCrypt
18
{
19
{
(-)./truecrypt-5.1a-source/Platform/Memory.cpp (+1 lines)
Lines 8-13 Link Here
8
8
9
#include "Memory.h"
9
#include "Memory.h"
10
#include "Exception.h"
10
#include "Exception.h"
11
#include <cstring>
11
12
12
namespace TrueCrypt
13
namespace TrueCrypt
13
{
14
{
(-)./truecrypt-5.1a-source/Volume/EncryptionTest.cpp (+1 lines)
Lines 15-20 Link Here
15
#include "EncryptionModeXTS.h"
15
#include "EncryptionModeXTS.h"
16
#include "EncryptionTest.h"
16
#include "EncryptionTest.h"
17
#include "Pkcs5Kdf.h"
17
#include "Pkcs5Kdf.h"
18
#include <cstring>
18
19
19
namespace TrueCrypt
20
namespace TrueCrypt
20
{
21
{

Return to bug 218137