Hashing functions based upon openssl created
[libi2ncommon] / src / CMakeLists.txt
index 2ef9dc0..605b81e 100644 (file)
@@ -6,6 +6,7 @@ include_directories(
 
 SET(cpp_sources
    cron.cpp
+   crypto.cpp
    daemonfunc.cpp
    filefunc.cpp
    i18n.cpp
@@ -30,6 +31,7 @@ SET(cpp_sources
 
 SET(cpp_headers
     cron.hpp
+    crypto.hxx
     daemonfunc.hpp
     exception.hxx
     filefunc.hxx