Fixed too early execution of some module functions which could make use of non-final values opts_type and opti_type

This commit is contained in:
Jens Steube
2020-08-04 14:48:12 +02:00
parent 6259acc3ab
commit acafe3dae2
2 changed files with 25 additions and 19 deletions
+6
View File
@@ -6,6 +6,12 @@
- Added hash-mode: RSA/DSA/EC/OPENSSH Private Keys
##
## Bugs
##
- Fixed too early execution of some module functions which could make use of non-final values opts_type and opti_type
* changes v6.1.0 -> v6.1.1
##