CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/16 06:51:15
Modified files:
lib/libcrypto/x509: x509_ncons.c
Log message:
noop NAME_CONSTRAINTS_check stub
On OSX and Windows platform portable build fails since it can't find
NAME_CONSTRAINTS_check.
It is still remain in x509v3.h and Symbols.list but '#if 0'ed from
x509_ncons.c.
In this situation, some platforms appears to get error.
Add noop NAME_CONSTRAINTS_check stub to solve this issue.
ok beck@
