summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-10 15:49:24 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-10 15:49:24 +0000
commit8a7df609dd647d23d87fee1cdcb5e274d4a79f13 (patch)
tree49714fc062f1efdea55a84be0abb609cd74e615c /lib/gnutls_mpi.c
parentf748fc23107a33a76efae82227ee0a724c4cfc15 (diff)
downloadgnutls-8a7df609dd647d23d87fee1cdcb5e274d4a79f13.tar.gz
Added some hints on the file purpose, and some other cleanups.
Diffstat (limited to 'lib/gnutls_mpi.c')
-rw-r--r--lib/gnutls_mpi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gnutls_mpi.c b/lib/gnutls_mpi.c
index 62595951bf..436a356ea3 100644
--- a/lib/gnutls_mpi.c
+++ b/lib/gnutls_mpi.c
@@ -19,6 +19,10 @@
*
*/
+/* Here lie everything that has to do with large numbers, libgcrypt and
+ * other stuff that didn't fit anywhere else.
+ */
+
#include <gnutls_int.h>
#include <libtasn1.h>
#include <gnutls_errors.h>