diff options
author | Rob Austein <sra@hactrn.net> | 2011-09-06 17:14:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-09-06 17:14:51 +0000 |
commit | aa2b61bd2a02a96d43a962a71f964a85e1d0e754 (patch) | |
tree | 6a1c7a0463a59b14e1e0a9fc739176d7c787ed76 /openssl/Makefile.in | |
parent | f397088e903e3fa696cf5d0c44b92b49d7642091 (diff) |
Upgrade to OpenSSL 1.0.0e (CVE-2011-3207).
svn path=/openssl/Makefile.in; revision=3970
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 cfe0c9aa..59f5d6fd 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.0d +VERSION = 1.0.0e OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl |