diff options
author | Sumit Bose <sbose@redhat.com> | 2015-05-08 09:02:26 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-06-19 18:48:13 +0200 |
commit | bf01e8179cbb2be476805340636098deda7e1366 (patch) | |
tree | 690f199f9595215f8fc807389fa9a782a6d59cce /contrib/ci | |
parent | e22e04517b9f9d0c7759dc4768eedfd05908e9b6 (diff) | |
download | sssd-bf01e8179cbb2be476805340636098deda7e1366.tar.gz sssd-bf01e8179cbb2be476805340636098deda7e1366.tar.xz sssd-bf01e8179cbb2be476805340636098deda7e1366.zip |
certs: add PEM/DER conversion utilities
Related to https://fedorahosted.org/sssd/ticket/2596
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'contrib/ci')
-rw-r--r-- | contrib/ci/deps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh index 8f872037c..74401f832 100644 --- a/contrib/ci/deps.sh +++ b/contrib/ci/deps.sh @@ -105,6 +105,7 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then systemd xml-core xsltproc + libssl-dev ) DEPS_INTGCHECK_SATISFIED=false fi |