--- ./sbin/update-ca-certificates.orig 2019-02-26 14:32:54.468993281 -0600 +++ ./sbin/update-ca-certificates 2019-02-26 14:33:18.352991305 -0600 @@ -174,9 +174,9 @@ # only run if set of files has changed if [ "$verbose" = 0 ] then - openssl rehash . > /dev/null + c_rehash . > /dev/null else - openssl rehash . + c_rehash . fi fi