Remove unused flags argument from the trust handlers
authortb <tb@openbsd.org>
Sat, 23 Mar 2024 06:37:15 +0000 (06:37 +0000)
committertb <tb@openbsd.org>
Sat, 23 Mar 2024 06:37:15 +0000 (06:37 +0000)
commit1327cff13667aaa4d6536cb6d8902f5dc5733503
tree84f5c4b3e08c8c2594df37c94a7a3d16c82b183d
parentf64445590ae939b2bf52e7133524e6ae082d8f44
Remove unused flags argument from the trust handlers

The public X509_check_trust() takes a flag parameter which we must leave
in place. However, we can stop passing the flag parameter around without
ever looking at it.

ok jsing
lib/libcrypto/x509/x509_trs.c