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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | openssl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in index 019a5d3f..8a7f18cb 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.1g +VERSION = 1.0.1h OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl |