summaryrefslogtreecommitdiff
path: root/lib/x509/verify.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-23 19:19:45 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-23 19:27:01 +0200
commitf84d8c0d536a1b6a160ddceadf7fade8d7b2edaa (patch)
treeea8ded214d074604f4bbfbd9ed31a07beb48f21d /lib/x509/verify.c
parent172ae7efd99ce30d3bdfc2a35e0335687ef70a0f (diff)
downloadgnutls-f84d8c0d536a1b6a160ddceadf7fade8d7b2edaa.tar.gz
Removed the 'gnutls_' prefix from files to simplify file naming
Diffstat (limited to 'lib/x509/verify.c')
-rw-r--r--lib/x509/verify.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/x509/verify.c b/lib/x509/verify.c
index 0d83a78d0b..27eba6ed46 100644
--- a/lib/x509/verify.c
+++ b/lib/x509/verify.c
@@ -26,17 +26,17 @@
* included here
*/
-#include <gnutls_int.h>
-#include <gnutls_errors.h>
+#include "gnutls_int.h"
+#include "errors.h"
#include <libtasn1.h>
-#include <gnutls_global.h>
-#include <gnutls_num.h> /* MAX */
-#include <gnutls_sig.h>
-#include <gnutls_str.h>
-#include <gnutls_datum.h>
+#include <global.h>
+#include <num.h> /* MAX */
+#include <tls-sig.h>
+#include <str.h>
+#include <datum.h>
#include <x509_int.h>
#include <common.h>
-#include <gnutls_pk.h>
+#include <pk.h>
#include <stdbool.h>
/* Checks if two certs have the same name and the same key. Return 1 on match.