diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-21 17:51:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-21 17:51:22 +0000 |
commit | 81b64f69a5834bafe9e8c248ad9dbed7c0322aee (patch) | |
tree | ff2a8ac3f7638fe5511f131f8e7618fb145b9a17 /lib | |
parent | 17e1f58fd67d630390f6c6bce78e319e8a5831b9 (diff) |
use a more updated certdata.txt URL
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mk-ca-bundle.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 08568e3b8..279dd447e 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -37,7 +37,7 @@ use LWP::UserAgent; use strict; use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v); -my $url = 'http://lxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1'; +my $url = 'http://mxr.mozilla.org/seamonkey/source//security/nss/lib/ckfw/builtins/certdata.txt?raw=1'; # If the OpenSSL commandline is not in search path you can configure it here! my $openssl = 'openssl'; |