From: Andre Noll Date: Fri, 29 Apr 2011 15:07:22 +0000 (+0200) Subject: Update doxygen main page with links to gcrypt functions. X-Git-Tag: v0.4.8~21^2~4 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6866943e9a10ee46d8c826f96f739ced38415e3e Update doxygen main page with links to gcrypt functions. --- 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. */