aboutsummaryrefslogtreecommitdiff
path: root/src/lib/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/init.c')
-rw-r--r--src/lib/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/init.c b/src/lib/init.c
index cea006e8..8ca5cd28 100644
--- a/src/lib/init.c
+++ b/src/lib/init.c
@@ -21,6 +21,9 @@
21 * @file lib/init.c 21 * @file lib/init.c
22 * @brief initialization routines 22 * @brief initialization routines
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 *
25 * TODO: most of this is only required for gcrypt/GNUtls,
26 * should probably be moved to TLS plugin!
24 */ 27 */
25#include "internal.h" 28#include "internal.h"
26#include "init.h" 29#include "init.h"