summaryrefslogtreecommitdiffstats
path: root/src/account/account_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/account_globals.h')
-rw-r--r--src/account/account_globals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/account/account_globals.h b/src/account/account_globals.h
new file mode 100644
index 0000000..0db14bd
--- /dev/null
+++ b/src/account/account_globals.h
@@ -0,0 +1,6 @@
+#ifndef ACCOUNT_GLOBALS_H
+#define ACCOUNT_GLOBALS_H
+
+/* Global declaration of valid cryptographic algorithms */
+extern const char * crypt_algs[];
+#endif