Merge pull request #107 from roberthdevries/export__wolfssl_version__
Add __wolfssl_version__ to exported symbols.pull/115/head^2
commit
e7300e98bf
|
|
@ -31,7 +31,7 @@ __license__ = "GPLv2 or Commercial License"
|
|||
__copyright__ = "Copyright (C) 2006-2022 wolfSSL Inc"
|
||||
|
||||
__all__ = [
|
||||
"__title__", "__summary__", "__uri__", "__version__",
|
||||
"__title__", "__summary__", "__uri__", "__version__", "__wolfssl_version__",
|
||||
"__author__", "__email__", "__license__", "__copyright__",
|
||||
"ciphers", "hashes", "random", "pwdbased"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue