Commit ab3add95 authored by ElenaSubbotina's avatar ElenaSubbotina

fix cryptopp

parent 54939bca
...@@ -159,7 +159,8 @@ HEADERS += \ ...@@ -159,7 +159,8 @@ HEADERS += \
../xtrcrypt.h \ ../xtrcrypt.h \
../zdeflate.h \ ../zdeflate.h \
../zinflate.h \ ../zinflate.h \
../zlib.h ../zlib.h \
../blake2.h
SOURCES += \ SOURCES += \
../3way.cpp \ ../3way.cpp \
...@@ -172,7 +173,6 @@ SOURCES += \ ...@@ -172,7 +173,6 @@ SOURCES += \
../base32.cpp \ ../base32.cpp \
../base64.cpp \ ../base64.cpp \
../basecode.cpp \ ../basecode.cpp \
../bench.cpp \
../bench2.cpp \ ../bench2.cpp \
../bfinit.cpp \ ../bfinit.cpp \
../blowfish.cpp \ ../blowfish.cpp \
...@@ -186,7 +186,6 @@ SOURCES += \ ...@@ -186,7 +186,6 @@ SOURCES += \
../cmac.cpp \ ../cmac.cpp \
../crc.cpp \ ../crc.cpp \
../cryptlib.cpp \ ../cryptlib.cpp \
../cryptlib_bds.cpp \
../datatest.cpp \ ../datatest.cpp \
../default.cpp \ ../default.cpp \
../des.cpp \ ../des.cpp \
...@@ -295,5 +294,6 @@ SOURCES += \ ...@@ -295,5 +294,6 @@ SOURCES += \
../zdeflate.cpp \ ../zdeflate.cpp \
../zinflate.cpp \ ../zinflate.cpp \
../zlib.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