diff options
Diffstat (limited to 'lib/rsp_tlscommon.h')
-rw-r--r-- | lib/rsp_tlscommon.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rsp_tlscommon.h b/lib/rsp_tlscommon.h index d7e0930..6819cd0 100644 --- a/lib/rsp_tlscommon.h +++ b/lib/rsp_tlscommon.h @@ -8,6 +8,10 @@ #include <openssl/ssl.h> +#if defined (__cplusplus) +extern "C" { +#endif + struct tls { char *name; char *cacertfile; @@ -35,6 +39,10 @@ int conftls_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *v int addmatchcertattr(struct clsrvconf *conf); #endif +#if defined (__cplusplus) +} +#endif + /* Local Variables: */ /* c-file-style: "stroustrup" */ /* End: */ |