]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
openssl_compat: removed unneeded headers
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 10 May 2016 07:12:51 +0000 (09:12 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 10 May 2016 07:14:19 +0000 (09:14 +0200)
These headers have been renamed, but they were not necessary for
this module's compilation. Report/Patch by Andreas Metzler.

extra/openssl_compat.c

index 399df90c3262659495801c589f4bb0d51095f399..4cee4cdb8398ce7ab87802ea1e65d53ade5fdea2 100644 (file)
@@ -26,8 +26,6 @@
 
 #include "gnutls_int.h"
 
-#include <gnutls_global.h>
-#include <gnutls_errors.h>
 #include <string.h>            /* memset */
 #include <x509/x509_int.h>
 #include <libtasn1.h>