diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-10-31 23:11:00 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-10-31 23:11:00 +0100 |
commit | 542861816d8305afa113653a84073be2fca68e50 (patch) | |
tree | 16f2f302a87ed73c35204e6606e4339b00c051fc /src/CMakeLists.txt | |
parent | 66a953a83f162ed5e096d75a5ddf4e2a80ea15b3 (diff) | |
download | fastd-542861816d8305afa113653a84073be2fca68e50.tar fastd-542861816d8305afa113653a84073be2fca68e50.zip |
Implement HKDF
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
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 |