fixes for ecc w/ new release

This commit is contained in:
toddouska
2011-09-27 19:52:57 -07:00
parent c8714efc98
commit f33839ac5e
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
#shared library versioning
CYASSL_LIBRARY_VERSION=2:1:0
CYASSL_LIBRARY_VERSION=3:0:0
# | | |
# +------+ | +---+
# | | |

View File

@ -3349,6 +3349,7 @@ int CyaSSL_set_compression(CYASSL* ssl)
default:
return "NONE";
}
}
#endif
if (cipher->ssl->options.cipherSuite0 != ECC_BYTE) {
/* normal suites */