Update location that client looks for certs

pull/2/head
JacobBarthelmeh 2014-08-20 11:58:49 -06:00
parent 4c961c169a
commit 68d26af07e
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ int main (int argc, char** argv)
CYASSL_CTX* ctx = 0;
CYASSL* sslResume = 0;
CYASSL_SESSION* session = 0;
char cert_array[] = "../cyassl/certs/ca-cert.pem";
char cert_array[] = "../certs/ca-cert.pem";
char* certs = cert_array;
char* srTest = "testing session resume";