missing semicolon, by Gisle Vanem
This commit is contained in:
@@ -40,7 +40,7 @@ int main(int argc, char **argv)
|
|||||||
FILE *headerfile;
|
FILE *headerfile;
|
||||||
|
|
||||||
const char *pCertFile = "testcert.pem";
|
const char *pCertFile = "testcert.pem";
|
||||||
const char *pCACertFile="cacert.pem"
|
const char *pCACertFile="cacert.pem";
|
||||||
|
|
||||||
const char *pKeyName;
|
const char *pKeyName;
|
||||||
const char *pKeyType;
|
const char *pKeyType;
|
||||||
|
Reference in New Issue
Block a user