Code review fixes

This commit is contained in:
Juliusz Sosinowicz 2021-10-21 13:00:24 +02:00
parent a6be157628
commit ef37eeaeaa
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ EXTRA_DIST += \
certs/test/cert-ext-ndir.der \
certs/test/cert-ext-ndir.pem \
certs/test/cert-ext-ns.der \
certs/test/cert-ext-ns.pem \
certs/test/cert-ext-ndir-exc.cfg \
certs/test/cert-ext-ndir-exc.der \
certs/test/cert-ext-ndir-exc.pem \

View File

@ -22445,7 +22445,7 @@ static int EncodeExtensions(Cert* cert, byte* output, word32 maxSz,
SetASN_Buffer(&dataASN[37], cert->crlInfo, cert->crlInfoSz);
}
else {
/* Don't write out Netscape Certificate Type. */
/* Don't write out CRL Distribution Points. */
SetASNItem_NoOut(dataASN, 35, 37);
}
#endif