summaryrefslogtreecommitdiff
path: root/src/auto_cafile.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-14 21:28:19 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-14 21:28:19 +0200
commit1087d4df2a7342d2832ba3bab1843bf4a3040775 (patch)
tree96cd6ea198cc542f29c0660d5e5f7083af84d711 /src/auto_cafile.h
add version 0.12.10HEADmaster
Diffstat (limited to 'src/auto_cafile.h')
-rw-r--r--src/auto_cafile.h6
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