Skip to content

Commit e935f02

Browse files
Add __wolfssl_version__ to exported symbols.
The WolfSSL version is imported, but not exposed to users.
1 parent ec8ce54 commit e935f02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
__copyright__ = "Copyright (C) 2006-2022 wolfSSL Inc"
3232

3333
__all__ = [
34-
"__title__", "__summary__", "__uri__", "__version__",
34+
"__title__", "__summary__", "__uri__", "__version__", "__wolfssl_version__",
3535
"__author__", "__email__", "__license__", "__copyright__",
3636
"ciphers", "hashes", "random", "pwdbased"
3737
]

0 commit comments

Comments
 (0)