From 28063bacec25253d5c67668932321c2044d1aa02 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 7 Dec 2007 15:07:11 +0000 Subject: serialisation & makefile fix --- keyDerivation.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'keyDerivation.h') 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: -- cgit v1.2.3