gba/gbaserver/src/bootstrap.cpp
branchRCL_3
changeset 8 ece4bbb094df
parent 0 164170e6151a
child 9 a005fc61b02a
--- a/gba/gbaserver/src/bootstrap.cpp	Fri Mar 12 15:46:51 2010 +0200
+++ b/gba/gbaserver/src/bootstrap.cpp	Mon Mar 15 12:43:21 2010 +0200
@@ -25,7 +25,10 @@
 // 6. return SRES 
 // 7. Store keymaterial  to a token   
 
-#include <imcvcodc.h>                   //for base64 en/decoding
+#include <s32stor.h>
+#include <s32file.h>
+#include <tconvbase64.h>                   //for base64 en/decoding
+
 #include <ecom.h>
 #include "dataretriever.h"
 #include "bootstrap.h" 
@@ -699,8 +702,7 @@
     ptrDecNonce.FillZ();
     
     // decodes the base64 nonce
-    TImCodecB64 b64coder;
-    b64coder.Initialise();
+    TBase64 b64coder;
     b64coder.Decode( *nonce, ptrDecNonce );
     
     GBA_TRACE_DEBUG((" The decoded nonce value in binary"));