Use accessor method rather than direct X509 structure access
authorinoguchi <inoguchi@openbsd.org>
Sun, 5 Sep 2021 01:33:18 +0000 (01:33 +0000)
committerinoguchi <inoguchi@openbsd.org>
Sun, 5 Sep 2021 01:33:18 +0000 (01:33 +0000)
commit35ccf6b53a32f35d63a3bcd3a69952079a7a3828
treefa8194fd6a53c846354603df674cf747dfc06f34
parent7a64a2f5b11ddc4446435b9c2f585a4ecad6d223
Use accessor method rather than direct X509 structure access

Referred to OpenSSL commit a8d8e06b and arranged for our codebase.

comment and ok from tb@
usr.bin/openssl/ca.c