summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-10-31 23:11:00 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-10-31 23:11:00 +0100
commit542861816d8305afa113653a84073be2fca68e50 (patch)
tree16f2f302a87ed73c35204e6606e4339b00c051fc /src/CMakeLists.txt
parent66a953a83f162ed5e096d75a5ddf4e2a80ea15b3 (diff)
downloadfastd-542861816d8305afa113653a84073be2fca68e50.tar
fastd-542861816d8305afa113653a84073be2fca68e50.zip
Implement HKDF
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4f8ab25..e312f96 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -18,6 +18,7 @@ add_executable(fastd
crypto.c
crypto_linux.c
handshake.c
+ hkdf_sha256.c
lex.c
options.c
peer.c