summaryrefslogtreecommitdiffstats
path: root/src/account/account_globals.h
blob: 0db14bd556a527315b9744b5484b72eac8b0b18c (plain)
1
2
3
4
5
6
#ifndef ACCOUNT_GLOBALS_H
#define ACCOUNT_GLOBALS_H

/* Global declaration of valid cryptographic algorithms */
extern const char * crypt_algs[];
#endif