Use <gcrypt.h> instead of 'gcrypt.h'

svn path=/trunk/; revision=29501
This commit is contained in:
Kovarththanan Rajaratnam 2009-08-21 20:40:49 +00:00
parent c19f7978db
commit 66afe84075
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
#ifdef _WIN32
#include <winposixtype.h>
#endif
#include "gcrypt.h"
#include <gcrypt.h>
#endif
#define PNAME "PKCS#12: Personal Information Exchange"

View File

@ -59,7 +59,7 @@
#ifdef _WIN32
#include <winposixtype.h>
#endif
#include "gcrypt.h"
#include <gcrypt.h>
#endif
#define PNAME "PKCS#12: Personal Information Exchange"

View File

@ -55,7 +55,7 @@
#endif
#ifdef HAVE_LIBGCRYPT
#include "gcrypt.h"
#include <gcrypt.h>
/* md5 /sha abstraction layer */
#define SHA_CTX gcry_md_hd_t