certificate location update

pull/1/head
CJ 2014-06-30 10:25:13 -06:00
parent b799e7d696
commit 698251827e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#define MAXDATASIZE 4096 /* maximum acceptable amount of data */
#define SERV_PORT 11111 /* define default port number */
const char* cert = "./certs/ca-cert.pem";
const char* cert = "../certs/ca-cert.pem";
/*
* clients initial contact with server. (socket to connect, security layer)