CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/28 12:08:09
Modified files:
lib/libcrypto/x509: x509_internal.h
Log message:
Stop relying on x509_verify.h being public
Use x509_verify.h from the libcrypto sources instead of the public copy.
The x509_verify.h header was installed as a public header since early on
we had ideas of using a public API in libtls, but we eventually decided
against that. It makes no sense to install a public header that hides
everything behind LIBRESSL_INTERNAL. The public API will not be exposed
anytime soon if at all.
ok jsing