From 3b95996022190ef016068c21e3b039822f5ddb27 Mon Sep 17 00:00:00 2001 From: Todd A Ouska Date: Mon, 16 May 2011 10:31:35 -0700 Subject: [PATCH] make sure windows build uses same settings as unix for default --- configure.in | 2 +- ctaocrypt/ctaocrypt.vcproj | 2 +- ctaocrypt/include/config.h | 6 +++--- cyassl.vcproj | 4 ++-- examples/client/client.vcproj | 4 ++-- examples/echoclient/echoclient.vcproj | 4 ++-- examples/echoserver/echoserver.vcproj | 4 ++-- examples/server/server.vcproj | 4 ++-- include/openssl/ssl.h | 2 +- testsuite/testsuite.vcproj | 4 ++-- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/configure.in b/configure.in index 3f30a0f89..c26d13638 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(cyassl,2.0.0rc1,http://www.yassl.com) # !!! also change in ssl.h !!! +AC_INIT(cyassl,2.0.0rc2,http://www.yassl.com) # !!! also change in ssl.h !!! AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(ctaocrypt/include/config.h) AC_CONFIG_MACRO_DIR([m4]) diff --git a/ctaocrypt/ctaocrypt.vcproj b/ctaocrypt/ctaocrypt.vcproj index 26ba69662..8c73f3e23 100755 --- a/ctaocrypt/ctaocrypt.vcproj +++ b/ctaocrypt/ctaocrypt.vcproj @@ -100,7 +100,7 @@