From 4e6a09d486ed462ee4cf38c3735a12d530dc09d4 Mon Sep 17 00:00:00 2001
From: auth12 <67507608+auth12@users.noreply.github.com>
Date: Sun, 19 Jul 2020 11:45:43 -0700
Subject: Added asmjit. Fixed solution file.
---
client/wolfssl/IDE/WIN/user_settings.h | 4 +---
client/wolfssl/wolfssl.vcxproj | 18 +++++++++---------
2 files changed, 10 insertions(+), 12 deletions(-)
(limited to 'client/wolfssl')
diff --git a/client/wolfssl/IDE/WIN/user_settings.h b/client/wolfssl/IDE/WIN/user_settings.h
index d5fc044..2c477bd 100644
--- a/client/wolfssl/IDE/WIN/user_settings.h
+++ b/client/wolfssl/IDE/WIN/user_settings.h
@@ -31,12 +31,10 @@
#if defined(WOLFSSL_LIB)
/* The lib */
- #define OPENSSL_EXTRA
- #define WOLFSSL_RIPEMD
+#define NO_WOLFSSL_SERVER
#define WOLFSSL_SHA512
#define NO_PSK
#define HAVE_EXTENDED_MASTER
- #define WOLFSSL_SNIFFER
#define HAVE_TLS_EXTENSIONS
#define HAVE_SECURE_RENEGOTIATION
diff --git a/client/wolfssl/wolfssl.vcxproj b/client/wolfssl/wolfssl.vcxproj
index ded8687..a541c8a 100644
--- a/client/wolfssl/wolfssl.vcxproj
+++ b/client/wolfssl/wolfssl.vcxproj
@@ -43,13 +43,13 @@
StaticLibrary
- v110
+ v142
Unicode
true
DynamicLibrary
- v110
+ v142
Unicode
true
@@ -61,28 +61,28 @@
DynamicLibrary
- v110
+ v142
Unicode
true
StaticLibrary
- v110
+ v142
Unicode
DynamicLibrary
- v110
+ v142
Unicode
StaticLibrary
- v110
+ v142
Unicode
DynamicLibrary
- v110
+ v142
Unicode
@@ -115,7 +115,7 @@
$(SolutionDir)lib\$(Platform)\$(Configuration)\
- $(Platform)\$(Configuration)\obj\
+ $(SolutionDir)obj\$(ProjectName)\$(Platform)\$(Configuration)\
$(SolutionDir)$(Configuration)\
@@ -250,7 +250,7 @@
true
./;./IDE/WIN;%(AdditionalIncludeDirectories)
WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS;%(PreprocessorDefinitions)
- MultiThreadedDLL
+ MultiThreaded
true
--
cgit v1.2.3