aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/examples/simplessl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/simplessl.c b/docs/examples/simplessl.c
index 4eedfc78e..781e06909 100644
--- a/docs/examples/simplessl.c
+++ b/docs/examples/simplessl.c
@@ -40,7 +40,7 @@ int main(int argc, char **argv)
FILE *headerfile;
const char *pCertFile = "testcert.pem";
- const char *pCACertFile="cacert.pem"
+ const char *pCACertFile="cacert.pem";
const char *pKeyName;
const char *pKeyType;