diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-15 01:18:51 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-15 01:18:51 +0200 |
commit | 6ecf69b6e67ff552aaf2ab8062be072aba062e0e (patch) | |
tree | cb77455a0a096bd10d42b0f2dacedb668bbfa8b8 /src/CMakeLists.txt | |
parent | e10944f8c9b774ad4e8c618bea7962d31756b4ad (diff) | |
download | fastd-6ecf69b6e67ff552aaf2ab8062be072aba062e0e.tar fastd-6ecf69b6e67ff552aaf2ab8062be072aba062e0e.zip |
Add small SHA256 implementation
The NaCl implementation has a code size of more than 10KiB.
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 1fe0873..6c507ae 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -29,6 +29,7 @@ add_executable(fastd receive.c resolve.c send.c + sha256.c shell.c socket.c task.c |