Commit ab3add95 authored by ElenaSubbotina's avatar ElenaSubbotina

fix cryptopp

parent 54939bca
......@@ -159,7 +159,8 @@ HEADERS += \
../xtrcrypt.h \
../zdeflate.h \
../zinflate.h \
../zlib.h
../zlib.h \
../blake2.h
SOURCES += \
../3way.cpp \
......@@ -172,7 +173,6 @@ SOURCES += \
../base32.cpp \
../base64.cpp \
../basecode.cpp \
../bench.cpp \
../bench2.cpp \
../bfinit.cpp \
../blowfish.cpp \
......@@ -186,7 +186,6 @@ SOURCES += \
../cmac.cpp \
../crc.cpp \
../cryptlib.cpp \
../cryptlib_bds.cpp \
../datatest.cpp \
../default.cpp \
../des.cpp \
......@@ -295,5 +294,6 @@ SOURCES += \
../zdeflate.cpp \
../zinflate.cpp \
../zlib.cpp \
../cpu.cpp
../cpu.cpp \
../*.cpp
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment