aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf/mgf1/mgf1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdf/mgf1/mgf1.cpp')
-rw-r--r--src/kdf/mgf1/mgf1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kdf/mgf1/mgf1.cpp b/src/kdf/mgf1/mgf1.cpp
index a26e33a9e..c61f583a7 100644
--- a/src/kdf/mgf1/mgf1.cpp
+++ b/src/kdf/mgf1/mgf1.cpp
@@ -6,9 +6,9 @@
*/
#include <botan/mgf1.h>
-#include <botan/loadstor.h>
+#include <botan/internal/loadstor.h>
#include <botan/exceptn.h>
-#include <botan/xor_buf.h>
+#include <botan/internal/xor_buf.h>
#include <algorithm>
#include <memory>