]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/tlsproxy.c
Minor documentation updates.
[tlsproxy/tlsproxy.git] / src / tlsproxy.c
index 401553f52e4d922846c4c9da664f9cf3bd67c416..77c6d0293228735f370dc1fdb898ffd62a738aec 100644 (file)
@@ -31,9 +31,8 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-/* For GnuTLS. */
+/* Necessary for GnuTLS when used with threads. */
 #include <gcrypt.h>
-
 GCRY_THREAD_OPTION_PTHREAD_IMPL;