mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
fix up for pending release
This commit is contained in:
3
README
3
README
@@ -47,6 +47,9 @@ changes are required.
|
|||||||
|
|
||||||
Special Thanks to Brian Aker for his autoconf, install, and header patches.
|
Special Thanks to Brian Aker for his autoconf, install, and header patches.
|
||||||
|
|
||||||
|
The CyaSSL manual is available at:
|
||||||
|
http://www.yassl.com/documentation/CyaSSL-Manual.pdf. For build instructions
|
||||||
|
and comments about the new features please check the manual.
|
||||||
|
|
||||||
************CyaSSL Release 2.0.0rc2 (6/6/2011)
|
************CyaSSL Release 2.0.0rc2 (6/6/2011)
|
||||||
|
|
||||||
|
@@ -235,9 +235,9 @@ enum {
|
|||||||
|
|
||||||
CYASSL_API word32 CheckRunTimeSettings(void);
|
CYASSL_API word32 CheckRunTimeSettings(void);
|
||||||
|
|
||||||
/* If user uses RSA, DH, DSA, or ECC math lib and long types need to match
|
/* If user uses RSA, DH, DSA, or ECC math lib directly then fast math and long
|
||||||
compile time and run time, CheckCtcSettings will return 1 if a match
|
types need to match at compile time and run time, CheckCtcSettings will
|
||||||
otherwise 0 */
|
return 1 if a match otherwise 0 */
|
||||||
#define CheckCtcSettings() (CTC_SETTINGS == CheckRunTimeSettings())
|
#define CheckCtcSettings() (CTC_SETTINGS == CheckRunTimeSettings())
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1022,8 +1022,6 @@ static int ProcessFile(CYASSL_CTX* ctx, const char* fname, int format, int type,
|
|||||||
int CyaSSL_CTX_load_verify_locations(CYASSL_CTX* ctx, const char* file,
|
int CyaSSL_CTX_load_verify_locations(CYASSL_CTX* ctx, const char* file,
|
||||||
const char* path)
|
const char* path)
|
||||||
{
|
{
|
||||||
int ret;
|
|
||||||
|
|
||||||
CYASSL_ENTER("SSL_CTX_load_verify_locations");
|
CYASSL_ENTER("SSL_CTX_load_verify_locations");
|
||||||
(void)path;
|
(void)path;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user