X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=142e2abb4c982457e2b51b250207e4eedeb77605;hp=9f237ad7f3d7e10dee527dce33f4b1ac0da30410;hb=1ea4a698440cd0b03a8c551884d57bb6b00d8ef7;hpb=e7593d7c153bfca2131b18621fb24ae18c1c0cb3 diff --git a/server.c b/server.c index 9f237ad7..142e2abb 100644 --- a/server.c +++ b/server.c @@ -52,17 +52,18 @@ * - Blob tables: \ref blob.c, * - The error subssystem: \ref error.h. * - Access control for paraslash senders: \ref acl.c, \ref acl.h. + * - Internal crypto API: \ref crypt.h. * * Low-level data structures: * * - Doubly linked lists: \ref list.h, * - Ring buffer: \ref ringbuffer.c, \ref ringbuffer.h, - * - Crypto: \ref crypt.c, \ref crypt.h. + * - openssl: \ref crypt.c + * - libgcrypt: \ref gcrypt.c * - Forward error correction: \ref fec.c. */ #include -#include #include #include #include @@ -89,6 +90,7 @@ #include "signal.h" #include "user_list.h" #include "color.h" +#include "version.h" /** Define the array of error lists needed by para_server. */ INIT_SERVER_ERRLISTS;