-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify memset in keys.c for "oid_input_HEX_size"
Change the memset occurances to use "oid_input_HEX_size" rather than hard-coded integer "10". Future changes to EC curve definitiions which present OID values (simliar to 2021-11 additions) > 10 bytes will require a modification of the "oid_input_HEX" array, and the existing EC definitions from 2021-11 (ie; extend array defintion), which will also update the "oid_input_HEX_size" variable used by the memset function which is used to clear-out/reset the "oid_input_HEX" variable where the currently processed key OID value is stored.
- Loading branch information
1 parent
b32f230
commit 2fef3b7
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters