diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-08 22:10:19 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-08 22:10:19 +0000 |
commit | 5fb7b25b6b31b4b3a48894fcb189c64c7a5e9195 (patch) | |
tree | f8b6b49169e451c48fbe23e1b55764f10d472be7 /usr.sbin | |
parent | 37c8de1374c9145690f38276204b1961ff164994 (diff) |
Clean up EC_KEY_dup()
This calls init() with the default method, so EC_KEY_copy() gets a chance
to call finish() if the source's method doesn't match. But no init() call
is made in EC_KEY_copy(). Of course the source method's copy() needs to be
able to cope. The great news is that ssh uses this. Sigh.
ok beck jsing
Diffstat (limited to 'usr.sbin')
0 files changed, 0 insertions, 0 deletions