summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_mult.c
diff options
context:
space:
mode:
authortb <>2024-11-08 22:10:18 +0000
committertb <>2024-11-08 22:10:18 +0000
commitaef80d57f4c4c17e8936fb0426aca8800f62d831 (patch)
treeef679e196b3de7749f295dd1a29a612172a4d042 /src/lib/libcrypto/ec/ec_mult.c
parent39f8f36dfe04018fa4552dbd91ead07c80a7fafe (diff)
downloadopenbsd-aef80d57f4c4c17e8936fb0426aca8800f62d831.tar.gz
openbsd-aef80d57f4c4c17e8936fb0426aca8800f62d831.tar.bz2
openbsd-aef80d57f4c4c17e8936fb0426aca8800f62d831.zip
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 'src/lib/libcrypto/ec/ec_mult.c')
0 files changed, 0 insertions, 0 deletions