aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs11/pkcs11_library.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-10-16 15:53:49 +0200
committerTobias Brunner <tobias@strongswan.org>2012-10-24 16:00:50 +0200
commit125b37af6d39e445086b6e80f60b3316a7602b6c (patch)
tree205c588b7f78a601caa296db8a67f890f2b87841 /src/libstrongswan/plugins/pkcs11/pkcs11_library.h
parent05e448c5cc626a4f3b8b799aa89b9a03e2db0547 (diff)
downloadstrongswan-125b37af6d39e445086b6e80f60b3316a7602b6c.tar.bz2
strongswan-125b37af6d39e445086b6e80f60b3316a7602b6c.tar.xz
Moved chunk_t to utils folder
Diffstat (limited to 'src/libstrongswan/plugins/pkcs11/pkcs11_library.h')
-rw-r--r--src/libstrongswan/plugins/pkcs11/pkcs11_library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/pkcs11/pkcs11_library.h b/src/libstrongswan/plugins/pkcs11/pkcs11_library.h
index 81414a25f..f225b9b8d 100644
--- a/src/libstrongswan/plugins/pkcs11/pkcs11_library.h
+++ b/src/libstrongswan/plugins/pkcs11/pkcs11_library.h
@@ -30,7 +30,7 @@ typedef struct pkcs11_library_t pkcs11_library_t;
#include "pkcs11.h"
#include <enum.h>
-#include <chunk.h>
+#include <utils/chunk.h>
#include <collections/enumerator.h>
/**