diff options
Diffstat (limited to 'src/pubkey/workfactor.cpp')
-rw-r--r-- | src/pubkey/workfactor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/workfactor.cpp b/src/pubkey/workfactor.cpp index e40b7919c..f15c64783 100644 --- a/src/pubkey/workfactor.cpp +++ b/src/pubkey/workfactor.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/workfactor.h> +#include <botan/internal/workfactor.h> #include <algorithm> #include <cmath> |