From 88f6ca16e9ff38b104337a980928729c64b95016 Mon Sep 17 00:00:00 2001 From: Eric Frias Date: Sun, 6 Apr 2014 19:16:14 -0400 Subject: [PATCH] Add missing file to build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b89c9a5..b4bc0c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,6 +137,7 @@ set( fc_sources src/crypto/dh.cpp src/crypto/blowfish.cpp src/crypto/elliptic.cpp + src/crypto/rand.cpp src/crypto/salsa20.cpp src/crypto/scrypt.cpp # commented out until committed