aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/iso9796/iso9796.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pk_pad/iso9796/iso9796.cpp')
-rw-r--r--src/lib/pk_pad/iso9796/iso9796.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/pk_pad/iso9796/iso9796.cpp b/src/lib/pk_pad/iso9796/iso9796.cpp
index 9fdb87e3b..1025be521 100644
--- a/src/lib/pk_pad/iso9796/iso9796.cpp
+++ b/src/lib/pk_pad/iso9796/iso9796.cpp
@@ -5,11 +5,11 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/iso9796.h>
+#include <botan/internal/iso9796.h>
#include <botan/rng.h>
#include <botan/exceptn.h>
-#include <botan/mgf1.h>
-#include <botan/hash_id.h>
+#include <botan/internal/mgf1.h>
+#include <botan/internal/hash_id.h>
#include <botan/internal/bit_ops.h>
#include <botan/internal/ct_utils.h>