Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs/ntfsprogs
In directory delta357:/tmp/cvs-serv31813/ntfsprogs
Modified Files:
ntfsdecrypt.c
Log Message:
Ooops. Forgot a tidy up last time.
Index: ntfsdecrypt.c
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ntfsprogs/ntfsdecrypt.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- ntfsdecrypt.c 5 Jul 2007 20:50:19 -0000 1.33
+++ ntfsdecrypt.c 5 Jul 2007 20:57:19 -0000 1.34
@@ -62,7 +62,9 @@
#ifdef HAVE_GNUTLS_PKCS12_H
#include <gnutls/pkcs12.h>
#endif
+#ifdef HAVE_GNUTLS_X509_H
#include <gnutls/x509.h>
+#endif
#include "types.h"
#include "attrib.h"
|