]> source.dussan.org Git - rspamd.git/commitdiff
Add siphash contrib code.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 17 Dec 2014 14:27:04 +0000 (14:27 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 17 Dec 2014 14:27:04 +0000 (14:27 +0000)
.gitmodules
CMakeLists.txt
contrib/siphash [new submodule]

index e7a280ee4318e16a9098d630728007fa11dc0b95..9949f55e5de3d34864f471a7fea03a12b215ffe7 100644 (file)
@@ -13,3 +13,6 @@
 [submodule "contrib/snowball"]
        path = contrib/snowball
        url = https://github.com/vstakhov/snowball
+[submodule "contrib/siphash"]
+       path = contrib/siphash
+       url = https://github.com/vstakhov/siphash
index 58b9b6471a5f207be7f9318e45c9681a03adf8a4..33348ac6b6e2e83bb5a488c923cd6b9184ebdc3d 100644 (file)
@@ -830,6 +830,8 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/src"
                                        "${CMAKE_SOURCE_DIR}/contrib/http-parser"
                                        "${CMAKE_SOURCE_DIR}/contrib/libottery"
                                        "${CMAKE_SOURCE_DIR}/contrib/xxhash"
+                                       "${CMAKE_SOURCE_DIR}/contrib/snowball/include"
+                                       "${CMAKE_SOURCE_DIR}/contrib/siphash"
                                        "${CMAKE_SOURCE_DIR}/src/rdns/include")
 
 ################################ SUBDIRS SECTION ###########################
@@ -850,6 +852,7 @@ ADD_SUBDIRECTORY(contrib/xxhash)
 ADD_SUBDIRECTORY(contrib/http-parser)
 ADD_SUBDIRECTORY(contrib/libottery)
 ADD_SUBDIRECTORY(contrib/snowball)
+ADD_SUBDIRECTORY(contrib/siphash)
 ADD_SUBDIRECTORY(src)
 
 ADD_SUBDIRECTORY(test)
diff --git a/contrib/siphash b/contrib/siphash
new file mode 160000 (submodule)
index 0000000..d8a25fc
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit d8a25fc9442b069459d542edfa2e241ec49b6c82