diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-07-10 15:49:24 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-07-10 15:49:24 +0000 |
commit | 8a7df609dd647d23d87fee1cdcb5e274d4a79f13 (patch) | |
tree | 49714fc062f1efdea55a84be0abb609cd74e615c /lib/gnutls_mpi.c | |
parent | f748fc23107a33a76efae82227ee0a724c4cfc15 (diff) | |
download | gnutls-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.c | 4 |
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> |