diff options
author | tb <> | 2022-01-15 04:02:37 +0000 |
---|---|---|
committer | tb <> | 2022-01-15 04:02:37 +0000 |
commit | cbab7089b7297d8aeb708a99bc2b6052d2e5a2ab (patch) | |
tree | d132b96606bdc22d0065ebb3d1356464b3119060 /src/lib/libcrypto/evp/p_lib.c | |
parent | 838b8b87f8aca8de4ee4ea2dedeb61771835a9a0 (diff) | |
download | openbsd-cbab7089b7297d8aeb708a99bc2b6052d2e5a2ab.tar.gz openbsd-cbab7089b7297d8aeb708a99bc2b6052d2e5a2ab.tar.bz2 openbsd-cbab7089b7297d8aeb708a99bc2b6052d2e5a2ab.zip |
Minor cleanup and simplification in dsa_pub_encode()
This function has a weird dance of allocating an ASN1_STRING in an
inner scope and assigning it to a void pointer in an outer scope for
passing it to X509_PUBKEY_set0_param() and ASN1_STRING_free() on error.
This can be simplified and streamlined.
ok inoguchi
Diffstat (limited to 'src/lib/libcrypto/evp/p_lib.c')
0 files changed, 0 insertions, 0 deletions