Tweak variable names in X509v3_add_ext()
authortb <tb@openbsd.org>
Fri, 12 Jul 2024 09:47:49 +0000 (09:47 +0000)
committertb <tb@openbsd.org>
Fri, 12 Jul 2024 09:47:49 +0000 (09:47 +0000)
commit1dd779bbbdc1d7252a1f0d72378ca1ac843f09c5
tree901d0e88890e43b0b77538518e23f29339b67377
parentd7d85628dca7fb0caf1fb613093c66c7d877fa41
Tweak variable names in X509v3_add_ext()

x -> out_ext, sk -> exts

requested by jsing on review
lib/libcrypto/x509/x509_v3.c