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/utils.h | |
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/utils.h')
-rw-r--r-- | tests/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/utils.h b/tests/utils.h index b3f50fde13..e5949a7249 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -57,7 +57,6 @@ extern void escapeprint(const char *str, size_t len); extern void hexprint(const void *str, size_t len); extern void binprint(const void *str, size_t len); -int udp_socketpair(int *fd); void sec_sleep(int sec); /* This must be implemented elsewhere. */ |