1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-14 20:38:25 -06:00

Linux: Fix build error following SHA intrinsic support changes

This commit is contained in:
Mounir IDRASSI
2024-11-10 21:42:24 +01:00
parent 04c747fb2d
commit 73684e56d8
2 changed files with 7 additions and 4 deletions

View File

@@ -13,6 +13,9 @@
OBJS :=
OBJSEX :=
OBJSNOOPT :=
OBJSSSE41 :=
OBJSSSSE3 :=
OBJSHANI :=
OBJS += Cipher.o
OBJS += EncryptionAlgorithm.o
OBJS += EncryptionMode.o