diff options
author | Rob Austein <sra@hactrn.net> | 2014-06-05 15:33:50 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-06-05 15:33:50 +0000 |
commit | 73148083eb87476078e679aec89d613579238237 (patch) | |
tree | 4815693da4b653db53f5b08311d7fd13b5341f09 /openssl/update-snapshot.sh | |
parent | 4b7fec44f0ce55256b3f8f1fde19f2b7ed6fe485 (diff) |
Update to OpenSSL 1.0.1h. Changes from 1.0.1g to 1.0.1h shouldn't
affect anything the RPKI code does, but it's easiest to stay current.
svn path=/trunk/; revision=5861
Diffstat (limited to 'openssl/update-snapshot.sh')
-rwxr-xr-x | openssl/update-snapshot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index cb9715b5..0525de88 100755 --- a/openssl/update-snapshot.sh +++ b/openssl/update-snapshot.sh @@ -6,7 +6,7 @@ #version="1.0.0-stable-SNAP-$(date +%Y%m%d)" -version="1.0.1g" +version="1.0.1h" tarball="openssl-${version}.tar.gz" |