VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Volume/EncryptionAlgorithm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Volume/EncryptionAlgorithm.h')
-rw-r--r--src/Volume/EncryptionAlgorithm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Volume/EncryptionAlgorithm.h b/src/Volume/EncryptionAlgorithm.h
index 8118de6b..7fbee6ae 100644
--- a/src/Volume/EncryptionAlgorithm.h
+++ b/src/Volume/EncryptionAlgorithm.h
@@ -13,7 +13,7 @@
#include "Cipher.h"
#include "EncryptionMode.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
class EncryptionAlgorithm;
typedef list < shared_ptr <EncryptionAlgorithm> > EncryptionAlgorithmList;