diff options
Diffstat (limited to 'src/lib/misc/srp6/srp6.h')
-rw-r--r-- | src/lib/misc/srp6/srp6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/misc/srp6/srp6.h b/src/lib/misc/srp6/srp6.h index a35098839..464b67252 100644 --- a/src/lib/misc/srp6/srp6.h +++ b/src/lib/misc/srp6/srp6.h @@ -9,13 +9,13 @@ #define BOTAN_RFC5054_SRP6_H_ #include <botan/bigint.h> -#include <botan/hash.h> -#include <botan/rng.h> #include <botan/symkey.h> #include <string> namespace Botan { +class RandomNumberGenerator; + /** * SRP6a Client side * @param username the username we are attempting login for |