mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Crypto: Add support for Japanese encryption standard Camellia, including for system encryption.
This commit is contained in:
@@ -104,6 +104,9 @@ OBJS = $(OBJS) $(OUTDIR)\Serpent.obj
|
||||
OBJS = $(OBJS) $(OUTDIR)\Twofish.obj
|
||||
!endif
|
||||
|
||||
!if "$(SINGLE_CIPHER)" == "CAMELLIA"
|
||||
OBJS = $(OBJS) $(OUTDIR)\CamelliaSmall.obj
|
||||
!endif
|
||||
|
||||
all: env $(TARGETS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user