diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-10 21:42:24 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-10 21:42:24 +0100 |
commit | 73684e56d83398700d9ea04f622a78f80138f633 (patch) | |
tree | dc29e9fc4a795d3e3ad6447b9e50fa2030509ed6 /src/Volume/Volume.make | |
parent | 04c747fb2df007eddc27e515acaa91f8993a70af (diff) | |
download | VeraCrypt-73684e56d83398700d9ea04f622a78f80138f633.tar.gz VeraCrypt-73684e56d83398700d9ea04f622a78f80138f633.zip |
Linux: Fix build error following SHA intrinsic support changes
Diffstat (limited to 'src/Volume/Volume.make')
-rw-r--r-- | src/Volume/Volume.make | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Volume/Volume.make b/src/Volume/Volume.make index 4968151e..52d212eb 100644 --- a/src/Volume/Volume.make +++ b/src/Volume/Volume.make @@ -13,6 +13,9 @@ OBJS := OBJSEX := OBJSNOOPT := +OBJSSSE41 := +OBJSSSSE3 := +OBJSHANI := OBJS += Cipher.o OBJS += EncryptionAlgorithm.o OBJS += EncryptionMode.o |