chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
support alternative hashes for authentication
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index 84b1eb858de8601fd82620fb84cf35d190c9124a..e9893f0f0dd16bd6c6c22013ecd57ee86b6c49b6 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-96,6
+96,9
@@
struct transformlist {
struct config {
/* server config */
+ /** @brief Authorization algorithm */
+ char *authorization_algorithm;
+
/** @brief All players */
struct stringlistlist player;