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