Skip to content

Commit d9b2ce3

Browse files
committed
Remove devcrypto library and dependencies.
1 parent ba4a79a commit d9b2ce3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+6
-19037
lines changed

CMakeLists.txt

-8
Original file line numberDiff line numberDiff line change
@@ -286,14 +286,6 @@ set(DB_LIBRARIES ${LEVELDB_LIBRARIES})
286286

287287
add_subdirectory(libdevcore)
288288

289-
if (NOT WIN32)
290-
add_definitions(-DETH_HAVE_SECP256K1)
291-
add_subdirectory(secp256k1)
292-
endif ()
293-
294-
add_subdirectory(libscrypt)
295-
add_subdirectory(libdevcrypto)
296-
297289
if (MINER)
298290
add_subdirectory(libethash)
299291
if (ETHASHCL)

ethminer/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif()
3535

3636
target_link_libraries(${EXECUTABLE} ethcore)
3737
target_link_libraries(${EXECUTABLE} ethash)
38-
target_link_libraries(${EXECUTABLE} devcrypto)
38+
target_link_libraries(${EXECUTABLE} devcore)
3939

4040
if (ETHSTRATUM)
4141
target_link_libraries(${EXECUTABLE} ethstratum)

libdevcrypto/AES.cpp

-57
This file was deleted.

libdevcrypto/AES.h

-34
This file was deleted.

libdevcrypto/CMakeLists.txt

-28
This file was deleted.

0 commit comments

Comments
 (0)