mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 19:28:29 +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");
|
" -addext extendedKeyUsage=serverAuth");
|
||||||
VERBOSEF("could not find CA key signing key pair with"
|
VERBOSEF("could not find CA key signing key pair with"
|
||||||
" -addext keyUsage=keyCertSign");
|
" -addext keyUsage=keyCertSign");
|
||||||
LOGFd("generating self-signed ssl certificates");
|
LOGF("generating self-signed ssl certificates");
|
||||||
}
|
}
|
||||||
#ifdef MBEDTLS_ECP_C
|
#ifdef MBEDTLS_ECP_C
|
||||||
ecp = GenerateEcpCertificate(ksk);
|
ecp = GenerateEcpCertificate(ksk);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue