mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 19:28:14 +00:00
- Fixed reference to generic digest key
This commit is contained in:
parent
1a207ec8af
commit
f17ed288ad
1 changed files with 4 additions and 4 deletions
|
@ -57,10 +57,10 @@ char *client_private_keys[MAX_CLIENT_CERTS] =
|
|||
"client2.key",
|
||||
"server1.key",
|
||||
"server2.key",
|
||||
"cert_sha224.key",
|
||||
"cert_sha256.key",
|
||||
"cert_sha384.key",
|
||||
"cert_sha512.key"
|
||||
"cert_digest.key",
|
||||
"cert_digest.key",
|
||||
"cert_digest.key",
|
||||
"cert_digest.key"
|
||||
};
|
||||
|
||||
int main( void )
|
||||
|
|
Loading…
Reference in a new issue