added sha1 and bcrypt submodules

This commit is contained in:
Pliable Pixels 2019-05-01 13:08:52 -04:00
parent ed02ef39f1
commit a5de45419f
4 changed files with 9 additions and 0 deletions

6
.gitmodules vendored
View File

@ -5,3 +5,9 @@
[submodule "web/api/app/Plugin/CakePHP-Enum-Behavior"]
path = web/api/app/Plugin/CakePHP-Enum-Behavior
url = https://github.com/ZoneMinder/CakePHP-Enum-Behavior.git
[submodule "third_party/bcrypt"]
path = third_party/bcrypt
url = https://github.com/trusch/libbcrypt
[submodule "third_party/sha1"]
path = third_party/sha1
url = https://github.com/vog/sha1

View File

@ -870,6 +870,7 @@ include(Pod2Man)
ADD_MANPAGE_TARGET()
# Process subdirectories
add_subdirectory(third_party/bcrypt)
add_subdirectory(src)
add_subdirectory(scripts)
add_subdirectory(db)

1
third_party/bcrypt vendored Submodule

@ -0,0 +1 @@
Subproject commit 180cd3372609b2539fe9c916f15c8ef8a2aef5f2

1
third_party/sha1 vendored Submodule

@ -0,0 +1 @@
Subproject commit 68a0990352c04de43c494e8381264c27ed0b8e7e