X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=142e2abb4c982457e2b51b250207e4eedeb77605;hp=e8dddf5bc27a80238436811b7d2b46680cddb3d7;hb=4a4d8f266a79275d7b2c902dc69b5ec8d46406b2;hpb=a24d175e6d093d6d9f6e583c3026e45924bad621 diff --git a/server.c b/server.c index e8dddf5b..142e2abb 100644 --- a/server.c +++ b/server.c @@ -52,12 +52,14 @@ * - 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. */