fix up for pending release

This commit is contained in:
Todd A Ouska
2011-09-23 10:37:26 -07:00
parent 8f81bf3526
commit 762d6a3e00
3 changed files with 6 additions and 5 deletions

3
README
View File

@@ -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)

View File

@@ -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())

View File

@@ -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;