Fixed flags+version number with new wolfSSL

pull/2/head
Daniele Lacamera 2019-03-27 16:01:38 +01:00
parent 2221b6bcd1
commit a54f2b66f5
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,7 @@ __uri__ = "https://github.com/wolfssl/wolfcrypt-py"
# When bumping the C library version, reset the POST count to 0
__wolfssl_version__ = "v4.0.0"
__wolfssl_version__ = "v4.0.0-stable"
# We're using implicit post releases [PEP 440] to bump package version
# while maintaining the C library version intact for better reference.

View File

@ -144,8 +144,6 @@ def make_flags(prefix):
flags.append("--disable-dh")
# disabling other configs enabled by default
flags.append("--disable-filesystem")
flags.append("--disable-hashdrbg")
flags.append("--disable-oldtls")
flags.append("--disable-oldnames")
flags.append("--disable-extended-master")