diff options
Diffstat (limited to 'src/auto_cafile.h')
-rw-r--r-- | src/auto_cafile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/auto_cafile.h b/src/auto_cafile.h new file mode 100644 index 0000000..102ca55 --- /dev/null +++ b/src/auto_cafile.h @@ -0,0 +1,6 @@ +#ifndef AUTO_CAFILE_H +#define AUTO_CAFILE_H + +extern const char auto_cafile[]; + +#endif |