diff options
author | tb <> | 2023-07-28 08:57:46 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 08:57:46 +0000 |
commit | 7aa7795ba7b5996013e1187d1dcfb2ba5ab41ade (patch) | |
tree | 1a047ecab660e19bf306669b8cf60cf559cce5c5 /src/lib/libcrypto/err/err_all.c | |
parent | 1b556e1d9c04f68f2dc52b8ddb2b6fb329bf2875 (diff) | |
download | openbsd-7aa7795ba7b5996013e1187d1dcfb2ba5ab41ade.tar.gz openbsd-7aa7795ba7b5996013e1187d1dcfb2ba5ab41ade.tar.bz2 openbsd-7aa7795ba7b5996013e1187d1dcfb2ba5ab41ade.zip |
Place public ECDSA API next to the internal methods
It is hard to remember that ECDSA_do_{sign,verify}() call ecdsa_sign_sig().
Especially since the distinction to ECDSA_{sign,verify}() isn't clear from
the names. To add to the confusion, the public API is ordered differently
than the methods they call. So in this case it seems tidier to place the
public API next to the methods.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/err/err_all.c')
0 files changed, 0 insertions, 0 deletions