diff options
author | Ludovic Courtès <ludo@gnu.org> | 2011-04-12 23:36:09 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-13 17:28:18 +0200 |
commit | 9ebe9b34e4ed31611680ab9d63fa9a4e88d52d78 (patch) | |
tree | 8eeaf045b4fea0720a2cb7e7519f183a4f721acc /src/p11tool.c | |
parent | eea634092861a794e866325fad3735380d14ca7c (diff) | |
download | gnutls-9ebe9b34e4ed31611680ab9d63fa9a4e88d52d78.tar.gz |
Don't include <gcrypt.h> when it's not needed.
Diffstat (limited to 'src/p11tool.c')
-rw-r--r-- | src/p11tool.c | 4 |
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> |