mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-04-14 04:41:09 +00:00
Code refactoring (#889)
* Add __all__ to all module and plugin utils. * Convert quite a few positional args to keyword args. * Avoid Python 3.8+ syntax.
This commit is contained in:
@@ -1175,3 +1175,6 @@ OID_MAP = {
|
||||
"2.23.43.1.4.11": ("wap-wsg-idm-ecid-wtls11",),
|
||||
"2.23.43.1.4.12": ("wap-wsg-idm-ecid-wtls12",),
|
||||
}
|
||||
|
||||
|
||||
__all__ = ("OID_MAP",)
|
||||
|
||||
Reference in New Issue
Block a user