aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/tss/tss.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/misc/tss/tss.h')
-rw-r--r--src/lib/misc/tss/tss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/misc/tss/tss.h b/src/lib/misc/tss/tss.h
index f1f503201..d1fd15f24 100644
--- a/src/lib/misc/tss/tss.h
+++ b/src/lib/misc/tss/tss.h
@@ -9,12 +9,12 @@
#define BOTAN_RTSS_H_
#include <botan/secmem.h>
-#include <botan/hash.h>
-#include <botan/rng.h>
#include <vector>
namespace Botan {
+class RandomNumberGenerator;
+
/**
* A split secret, using the format from draft-mcgrew-tss-03
*/