aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs
diff options
context:
space:
mode:
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>