diff options
author | dimitri staessens <[email protected]> | 2017-01-14 12:19:01 +0100 |
---|---|---|
committer | dimitri staessens <[email protected]> | 2017-01-14 12:19:01 +0100 |
commit | c18011259423f5d1cea7dfa67093c888c4882c1e (patch) | |
tree | 9afdc7de2c7a4db305ca30aa2b6eb7891f96a528 /src/ipcpd/normal/CMakeLists.txt | |
parent | 6a8f0d0a9aab073e2e79a06322e4f83e69409d05 (diff) | |
download | ouroboros-c18011259423f5d1cea7dfa67093c888c4882c1e.tar.gz ouroboros-c18011259423f5d1cea7dfa67093c888c4882c1e.zip |
lib: Move CRC32 implementation to library
The CRC32 implementation will be used to ID objects in the RIB.
Diffstat (limited to 'src/ipcpd/normal/CMakeLists.txt')
-rw-r--r-- | src/ipcpd/normal/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/normal/CMakeLists.txt b/src/ipcpd/normal/CMakeLists.txt index 157baa9e..bae2f69a 100644 --- a/src/ipcpd/normal/CMakeLists.txt +++ b/src/ipcpd/normal/CMakeLists.txt @@ -25,7 +25,6 @@ protobuf_generate_c(RO_SRCS RO_HDRS ro.proto) set(SOURCE_FILES # Add source files here addr_auth.c - crc32.c dir.c fmgr.c frct.c |