blob: c32849bee0190ee55ccf962202cf7137a76b16ec (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- ./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
|