diff options
Diffstat (limited to 'src/Common/Crypto.h')
-rw-r--r-- | src/Common/Crypto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/Crypto.h b/src/Common/Crypto.h index 600fee92..a31152f2 100644 --- a/src/Common/Crypto.h +++ b/src/Common/Crypto.h @@ -208,10 +208,12 @@ typedef struct # include "GostCipher.h" # include "kuznyechik.h" # include "Camellia.h" +#if !defined (_UEFI) # include "chachaRng.h" # ifdef _WIN64 # include "t1ha.h" # endif +#endif #else # include "CamelliaSmall.h" #endif |