Skip to content

bind: fix a typo that led to duplication of ECDSAPxxxSHAxxx

Alexander Sosedkin requested to merge wip into master

The code that disables ECDSAPxxxSHAxxx when SECPxxxR1 group is disabled had checks to not disable it twice if it was disabled by sign already, but the checks used the wrong name in them.

Merge request reports