X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=142e2abb4c982457e2b51b250207e4eedeb77605;hp=4d54f74b63d47e52fee508a899bc3b8970d1e1b6;hb=e9ac00becb2aba5bbbf51b4803b81b10ed4d6788;hpb=c0dca63e02352cae6a8c241dba4bc0d2c7cde050 diff --git a/server.c b/server.c index 4d54f74b..142e2abb 100644 --- a/server.c +++ b/server.c @@ -52,20 +52,19 @@ * - 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, - * - Hashing: \ref hash.h, \ref sha1.h, \ref sha1.c, - * - Crypto: \ref crypt.c. + * - openssl: \ref crypt.c + * - libgcrypt: \ref gcrypt.c * - Forward error correction: \ref fec.c. */ #include -#include #include -#include #include #include #include