diff options
author | tb <> | 2024-01-04 16:41:56 +0000 |
---|---|---|
committer | tb <> | 2024-01-04 16:41:56 +0000 |
commit | 7a63cf228d8c89efdb78c641551b9bac57739698 (patch) | |
tree | 42c88a97ebc87bb0e93b4c3ce66bffb8d866247f /src/lib/libcrypto/dsa/dsa_lib.c | |
parent | 5476a9d1ff0475bb9440b5e67a3837b7ed91fd7c (diff) | |
download | openbsd-7a63cf228d8c89efdb78c641551b9bac57739698.tar.gz openbsd-7a63cf228d8c89efdb78c641551b9bac57739698.tar.bz2 openbsd-7a63cf228d8c89efdb78c641551b9bac57739698.zip |
Split ameth arrays into individual methods
For some reason DSA, GOST, and RSA had their ASN.1 methods stored in
an array. This is clumsy and the only benefit is that one saves a few
externs in p_lib.c. They were also arranged by ascending NID because
of bsearch() madness.
Split them up and arrange the methods by name, which is much saner
and simpler.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_lib.c')
0 files changed, 0 insertions, 0 deletions