summaryrefslogtreecommitdiff
path: root/keyDerivation.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-07 15:07:11 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-07 15:07:11 +0000
commit28063bacec25253d5c67668932321c2044d1aa02 (patch)
tree951a787537b00877c4533dd19c75206e609853f3 /keyDerivation.h
parentserialisation of buffer und connection param (diff)
serialisation & makefile fix
Diffstat (limited to 'keyDerivation.h')
-rw-r--r--keyDerivation.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyDerivation.h b/keyDerivation.h
index a9939a3..7f7fdc2 100644
--- a/keyDerivation.h
+++ b/keyDerivation.h
@@ -47,6 +47,12 @@ typedef enum {
label_satp_salt = 0x02,
} satp_prf_label;
+namespace boost {
+ namespace serialization {
+ class access;
+ }
+}
+
class KeyDerivation
{
public: