diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-26 12:43:59 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-26 12:43:59 +0200 |
commit | 6e4f1433e124c251105aec4b7b2b88fef19e0ba2 (patch) | |
tree | 2c257561bc403e735bfb447b805635c16d2b8a19 /lib/gnutls_global.c | |
parent | 0374ce64e84061106470901a09dca4f9332c7815 (diff) | |
download | gnutls-6e4f1433e124c251105aec4b7b2b88fef19e0ba2.tar.gz |
Fix gnulib calls.
Diffstat (limited to 'lib/gnutls_global.c')
-rw-r--r-- | lib/gnutls_global.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c index d94b926677..6dd4dc960c 100644 --- a/lib/gnutls_global.c +++ b/lib/gnutls_global.c @@ -389,8 +389,6 @@ gnutls_transport_set_push_function (gnutls_session_t session, session->internals._gnutls_push_func = push_func; } -#include <strverscmp.h> - /** * gnutls_check_version - check the library's version * @req_version: the version to check |