diff options
author | tb <> | 2022-01-15 04:02:37 +0000 |
---|---|---|
committer | tb <> | 2022-01-15 04:02:37 +0000 |
commit | 3acf8220188afadd585d7c460624c4fbbc9e49e5 (patch) | |
tree | d132b96606bdc22d0065ebb3d1356464b3119060 /src/lib/libtls/tls_server.c | |
parent | 7b13bffa55489ed8a26e78e6f3ab6c74f4ffa45b (diff) | |
download | openbsd-3acf8220188afadd585d7c460624c4fbbc9e49e5.tar.gz openbsd-3acf8220188afadd585d7c460624c4fbbc9e49e5.tar.bz2 openbsd-3acf8220188afadd585d7c460624c4fbbc9e49e5.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/libtls/tls_server.c')
0 files changed, 0 insertions, 0 deletions