summaryrefslogtreecommitdiffstats
path: root/src/account/account_globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/account_globals.c')
-rw-r--r--src/account/account_globals.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/account/account_globals.c b/src/account/account_globals.c
new file mode 100644
index 0000000..a3e429f
--- /dev/null
+++ b/src/account/account_globals.c
@@ -0,0 +1,4 @@
+#include "account_globals.h"
+#include <stddef.h>
+
+const char *crypt_algs[] = {CRYPT_ALGS, NULL};