diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-06-20 12:09:14 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-06-20 12:13:51 +0200 |
commit | 7f64118da5013d302824e9cfc89b6d89b87c90a8 (patch) | |
tree | a363958e0fc0b8f4a60ba89a6c364d54495e0e4a /tests/openpgp-auth2.c | |
parent | b54e6363867dd7cc94d097faca8e5f8336cfaaad (diff) | |
download | gnutls-7f64118da5013d302824e9cfc89b6d89b87c90a8.tar.gz |
tests: don't depend on gnulib
That dependency unfortunately causes many portability problems
on platforms where it should have worked out of the box.
Diffstat (limited to 'tests/openpgp-auth2.c')
-rw-r--r-- | tests/openpgp-auth2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/openpgp-auth2.c b/tests/openpgp-auth2.c index 1666b121b5..11fb6d578b 100644 --- a/tests/openpgp-auth2.c +++ b/tests/openpgp-auth2.c @@ -29,7 +29,6 @@ #include <gnutls/openpgp.h> #include "utils.h" -#include <read-file.h> #include <unistd.h> #include <stdlib.h> |