diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-14 21:28:19 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-14 21:28:19 +0200 |
commit | 1087d4df2a7342d2832ba3bab1843bf4a3040775 (patch) | |
tree | 96cd6ea198cc542f29c0660d5e5f7083af84d711 /src/auto_certchainfile.h |
Diffstat (limited to 'src/auto_certchainfile.h')
-rw-r--r-- | src/auto_certchainfile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/auto_certchainfile.h b/src/auto_certchainfile.h new file mode 100644 index 0000000..31d4df8 --- /dev/null +++ b/src/auto_certchainfile.h @@ -0,0 +1,6 @@ +#ifndef AUTO_CERTCHAINFILE_H +#define AUTO_CERTCHAINFILE_H + +extern const char auto_certchainfile[]; + +#endif |