Remove remaining build references to zip command

This commit is contained in:
Justine Tunney 2021-07-03 08:37:15 -07:00
parent d6873f637f
commit e6b22f1f65
3 changed files with 12 additions and 7 deletions

View file

@ -1689,7 +1689,7 @@ static void LoadCertificates(void) {
" -addext extendedKeyUsage=serverAuth");
VERBOSEF("could not find CA key signing key pair with"
" -addext keyUsage=keyCertSign");
WARNF("generating self-signed ssl certificates");
LOGFd("generating self-signed ssl certificates");
}
#ifdef MBEDTLS_ECP_C
ecp = GenerateEcpCertificate(ksk);