diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-26 12:25:07 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-26 12:25:07 +0100 |
commit | eb91a7230f193f8d3eb53b406fea2bb7440da7a1 (patch) | |
tree | 6ecfb2155dbe77157a387775e240d8876b35acb2 /lib/gnutls_cert.c | |
parent | 51c160b7d279f2b93b5318f23ce091fd42ef3230 (diff) | |
download | gnutls-eb91a7230f193f8d3eb53b406fea2bb7440da7a1.tar.gz |
Move mpi.h stuff to x509_int.h.
Diffstat (limited to 'lib/gnutls_cert.c')
-rw-r--r-- | lib/gnutls_cert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index 1f24ae100e..989719fc38 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -41,7 +41,6 @@ #include <gnutls_auth_int.h> #include <gnutls_x509.h> #include "x509/x509_int.h" -#include "x509/mpi.h" #ifdef ENABLE_OPENPGP # include "openpgp/gnutls_openpgp.h" #endif |