URL: https://github.com/SSSD/sssd/pull/826 Title: #826: util/crypto/libcrypto: changed sss_hmac_sha1()
alexey-tikhonov commented: """
@jhrozek do you know if the PR CI uses libcrypto or nss?
If I get things right,
`contrib/ci/configure.sh`: ``` if [[ "$DISTRO_BRANCH" == -redhat-fedora-29* || "$DISTRO_BRANCH" == -redhat-fedora-3* || "$DISTRO_BRANCH" == -debian-* || "$DISTRO_BRANCH" == -redhat-redhatenterprise*-8.*- || "$DISTRO_BRANCH" == -redhat-centos-8.*- ]]; then CONFIGURE_ARG_LIST+=( "--with-crypto=libcrypto" ) fi ```
And for other targets it is nss by default. """
See the full comment at https://github.com/SSSD/sssd/pull/826#issuecomment-502133590