summaryrefslogtreecommitdiff
path: root/src/p11tool.c
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-04-12 23:36:09 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-13 17:28:18 +0200
commit9ebe9b34e4ed31611680ab9d63fa9a4e88d52d78 (patch)
tree8eeaf045b4fea0720a2cb7e7519f183a4f721acc /src/p11tool.c
parenteea634092861a794e866325fad3735380d14ca7c (diff)
downloadgnutls-9ebe9b34e4ed31611680ab9d63fa9a4e88d52d78.tar.gz
Don't include <gcrypt.h> when it's not needed.
Diffstat (limited to 'src/p11tool.c')
-rw-r--r--src/p11tool.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/p11tool.c b/src/p11tool.c
index 01255314bf..4c10f59ffc 100644
--- a/src/p11tool.c
+++ b/src/p11tool.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2010, 2011 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
@@ -30,8 +30,6 @@
#include <gnutls/pkcs11.h>
#include <gnutls/abstract.h>
-#include <gcrypt.h>
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>