CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/11/19 10:42:22
Modified files: regress/lib/libcrypto/man: check_complete.pl Log message: Mark the X509_VERIFY_PARAM_ID variable type as intentionally undocumented. It is an opaque struct used only internally, as a sub-object of the public X509_VERIFY_PARAM type. All related API functions take X509_VERIFY_PARAM arguments, so X509_VERIFY_PARAM_ID is of no interest to the user.