diff options
author | Rob Austein <sra@hactrn.net> | 2010-01-20 20:29:42 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-01-20 20:29:42 +0000 |
commit | 443cd085ac11a9018dddb8c21366da0c75200aa7 (patch) | |
tree | 80a72e9d8ecb974b7785277e52acdf71c672ea9e /openssl/Makefile | |
parent | fbd74f2854132e5266ce967af8083e3827b41cb2 (diff) |
Upgrade to OpenSSL 1.0.0-beta5
svn path=/openssl/Makefile; revision=2956
Diffstat (limited to 'openssl/Makefile')
-rw-r--r-- | openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Makefile b/openssl/Makefile index 5119e27f..48170b6c 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -15,7 +15,7 @@ # "You are lost in a maze of twisty programs, all broken in different # ways" -VERSION = 1.0.0-stable-SNAP-20091118 +VERSION = 1.0.0-beta5 OPTIONS = enable-rfc3779 enable-cms no-dso enable-shared --prefix=`pwd` |