aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-06-05 00:19:28 +0000
committerlloyd <[email protected]>2013-06-05 00:19:28 +0000
commit572abfa4fac511950805710787544116fb361e47 (patch)
treeb40d12aab1241848fc2b0a932d1aae8465378ef5 /src/constructs
parent398db82560040f25fff620c355b19fe3d4d45453 (diff)
Fix include
Diffstat (limited to 'src/constructs')
-rw-r--r--src/constructs/cryptobox_psk/cryptobox_psk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constructs/cryptobox_psk/cryptobox_psk.cpp b/src/constructs/cryptobox_psk/cryptobox_psk.cpp
index 9fc912c0c..f22e43b43 100644
--- a/src/constructs/cryptobox_psk/cryptobox_psk.cpp
+++ b/src/constructs/cryptobox_psk/cryptobox_psk.cpp
@@ -5,7 +5,7 @@
* Distributed under the terms of the Botan license
*/
-#include <botan/cryptobox.h>
+#include <botan/cryptobox_psk.h>
#include <botan/pipe.h>
#include <botan/lookup.h>
#include <botan/loadstor.h>