diff options
author | Robbie Harwood <rharwood@redhat.com> | 2017-04-05 18:54:41 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-04-18 19:10:25 +0200 |
commit | 0fef74486ede58e34eeac2fab38c3f467ea31f95 (patch) | |
tree | 51e064418e36945698462f755e69491ebd9fb1e9 /.gitmodules | |
parent | Fix formatting of PYCA external test instructions (diff) | |
download | openssl-0fef74486ede58e34eeac2fab38c3f467ea31f95.tar.xz openssl-0fef74486ede58e34eeac2fab38c3f467ea31f95.zip |
[extended tests] Enable krb5 tests in Travis
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2022)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 696fdff396..af32ea618c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,7 @@ [submodule "pyca.cryptography"] path = pyca-cryptography url = https://github.com/pyca/cryptography.git + +[submodule "krb5"] + path = krb5 + url = https://github.com/krb5/krb5 |