Fix missing ivlen initializer for 40-bit RC4 (Issue #51)

This commit is contained in:
Michael R Sweet
2023-11-15 08:43:07 -05:00
parent ddd984215a
commit 4804db38a5
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ v1.1.3 (Month DD, YYYY)
-----------------------
- Fixed Unicode font support (Issue #16)
- Fixed missing initializer for 40-bit RC4 encryption (Issue #51)
v1.1.2 (October 10, 2023)