Merge pull request #274 from anhu/forLealem

Use the correct certificate file name.
pull/275/head
David Garske 2021-11-04 10:16:21 -07:00 committed by GitHub
commit 5d0b5fe36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ int main(void)
int ret; int ret;
WOLFSSL_CERT_MANAGER* cm = NULL; WOLFSSL_CERT_MANAGER* cm = NULL;
const char* caCert = "./falcon1024_root_cert.pem"; const char* caCert = "./falcon_level5_root_cert.pem";
const char* verifyCert = "./falcon1024_entity_cert.pem"; const char* verifyCert = "./falcon_level5_entity_cert.pem";
wolfSSL_Init(); wolfSSL_Init();
#ifdef DEBUG_WOLFSSL #ifdef DEBUG_WOLFSSL