diff options
author | tb <> | 2024-04-17 13:54:39 +0000 |
---|---|---|
committer | tb <> | 2024-04-17 13:54:39 +0000 |
commit | d7938609b3ffb15270f768a54e69b8c014b5824f (patch) | |
tree | 57eba41c27dc4a6f0bcbfdbe16a5ecab8c3cfcac /src/lib/libssl | |
parent | dc2afcfdbadb6a13b844964aa0b3357f569fa957 (diff) | |
download | openbsd-d7938609b3ffb15270f768a54e69b8c014b5824f.tar.gz openbsd-d7938609b3ffb15270f768a54e69b8c014b5824f.tar.bz2 openbsd-d7938609b3ffb15270f768a54e69b8c014b5824f.zip |
Use error checked X509_ALGOR_set0_by_nid
While setting the parameters to type V_ASN1_UNDEF can't actually fail,
it is cleaner to just do the check. Using the by_nid() variant also
removes the need for an unchecked nested OBJ_nid2obj() call.
ok jsing
Diffstat (limited to 'src/lib/libssl')
0 files changed, 0 insertions, 0 deletions