Commit 7a516dbe authored by berge's avatar berge
Browse files

Commented out some stuff for 1st test

parent c985f6ae
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -477,7 +477,9 @@
    		f_deriveKeys(f_extractKseedFromMrz(v_mrz), vc_simu.kEnc, vc_simu.kMac);
    		
    		// Prepare Active Authentication private key
    		f_readFileData(c_filePrAA, 0, -1, vc_simu.aaPrivateKey);
    		// FIXME: temporarily disabled
    		// TODO: read only if necessary
    		//f_readFileData(c_filePrAA, 0, -1, vc_simu.aaPrivateKey);
    		
    	} // end f_initializeMRTD
    
@@ -489,7 +491,7 @@
        // get certificate to IS
        	
        	mgmt.send(m_start);
        	
        /*	
        	alt{
        			[] mgmt.receive(mw_getdata_mrz) 
        					{
@@ -520,7 +522,7 @@
        					}
        		}
        
        
        */
        }
	
	} // end initializationFunctions