diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-06-11 08:39:27 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-06-11 08:39:27 +0000 |
commit | c966721efda64dd60a14b8b31d2fb3783a2a8640 (patch) | |
tree | 23bd0e77cfed80d0d34bc9d0b119ae7148ec8d58 /lib/gnutls_mpi.c | |
parent | aa0f239437c15494d04bbb3fd392722e48e32212 (diff) | |
download | gnutls-c966721efda64dd60a14b8b31d2fb3783a2a8640.tar.gz |
renamed libasn1 to libtasn1
Diffstat (limited to 'lib/gnutls_mpi.c')
-rw-r--r-- | lib/gnutls_mpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_mpi.c b/lib/gnutls_mpi.c index 0cd11ad76a..f08f08b5a2 100644 --- a/lib/gnutls_mpi.c +++ b/lib/gnutls_mpi.c @@ -20,7 +20,7 @@ */ #include <gnutls_int.h> -#include <libasn1.h> +#include <libtasn1.h> #include <gnutls_errors.h> /* Functions that refer to the libgcrypt library. |