summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-15 20:20:39 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-15 20:20:39 +0000
commit894568e3be3697efa6fb17c7f7505346a93a3dfa (patch)
treec62bd85dd457554e40c77c6eeecdca360d1a244c /lib/gnutls_mpi.h
parentb9dd0510e51b64c73a7f7c7a7d9f41ff6304bb36 (diff)
downloadgnutls-894568e3be3697efa6fb17c7f7505346a93a3dfa.tar.gz
Initiate move of all libgcrypt calls to crypto/gc* wrapper.
Currently only encryption/decryption goes through generic API.
Diffstat (limited to 'lib/gnutls_mpi.h')
-rw-r--r--lib/gnutls_mpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h
index 46058b1d94..d2e4e6619a 100644
--- a/lib/gnutls_mpi.h
+++ b/lib/gnutls_mpi.h
@@ -2,6 +2,7 @@
# define GNUTLS_MPI_H
# include <gcrypt.h>
+# include <gc.h>
# include <libtasn1.h>
# include <gnutls_int.h>