CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/18 13:28:27
Modified files:
lib/libcrypto/x509: x509.h x509_ext.c
Log message:
Add const to the 'x' and 'obj' arguments of:
X509_get_ext(3), X509_get_ext_by_NID(3), X509_get_ext_by_OBJ(3),
X509_get_ext_by_critical(3), X509_get_ext_count(3), X509_get_ext_d2i(3).
tested in a bulk by sthen
ok jsing
