diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-17 14:27:04 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-17 14:27:04 +0000 |
commit | 4178270ca52b46428b0aa9dc7fcf0fd7f03d8c7a (patch) | |
tree | f956f9ada85a33526768615ead1bb84a44bb355c /.gitmodules | |
parent | 8525f71340f4edaeb9cdf9f57766dd4a4a0f993a (diff) | |
download | rspamd-4178270ca52b46428b0aa9dc7fcf0fd7f03d8c7a.tar.gz rspamd-4178270ca52b46428b0aa9dc7fcf0fd7f03d8c7a.zip |
Add siphash contrib code.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e7a280ee4..9949f55e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |