summaryrefslogtreecommitdiffstats
path: root/src/account/account_globals.h
diff options
context:
space:
mode:
authorRoman Rakus <rrakus@redhat.com>2012-11-07 13:51:28 +0100
committerRoman Rakus <rrakus@redhat.com>2012-11-07 13:51:28 +0100
commitfcba47aa00263ffd0e6372d7de4ce20b04132559 (patch)
tree98cbb8dbfad898a7bf3bf6fe45a5a08ce5b62708 /src/account/account_globals.h
parent0bd973c335dd56a198c05cc2fe2f37c99ac1d961 (diff)
downloadopenlmi-providers-fcba47aa00263ffd0e6372d7de4ce20b04132559.tar.gz
openlmi-providers-fcba47aa00263ffd0e6372d7de4ce20b04132559.tar.xz
openlmi-providers-fcba47aa00263ffd0e6372d7de4ce20b04132559.zip
Account: Compiletime definition of supported encrypt algorithms0.0.13
Signed-off-by: Roman Rakus <rrakus@redhat.com>
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