diff --git a/configure.ac b/configure.ac index b19678bc7..05c0ae0f6 100644 --- a/configure.ac +++ b/configure.ac @@ -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 # | | | # +------+ | +---+ # | | | diff --git a/src/ssl.c b/src/ssl.c index 2c029e869..6ffe6d641 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -3349,6 +3349,7 @@ int CyaSSL_set_compression(CYASSL* ssl) default: return "NONE"; } + } #endif if (cipher->ssl->options.cipherSuite0 != ECC_BYTE) { /* normal suites */