mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Fix typo
This commit is contained in:
parent
e6b22f1f65
commit
300876ee50
1 changed files with 1 additions and 1 deletions
|
@ -1689,7 +1689,7 @@ static void LoadCertificates(void) {
|
|||
" -addext extendedKeyUsage=serverAuth");
|
||||
VERBOSEF("could not find CA key signing key pair with"
|
||||
" -addext keyUsage=keyCertSign");
|
||||
LOGFd("generating self-signed ssl certificates");
|
||||
LOGF("generating self-signed ssl certificates");
|
||||
}
|
||||
#ifdef MBEDTLS_ECP_C
|
||||
ecp = GenerateEcpCertificate(ksk);
|
||||
|
|
Loading…
Reference in a new issue