cryptoservices/certificateandkeymgmt/asn1/nulldec.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    41 		(!(contents[0] & 0x05)))
    41 		(!(contents[0] & 0x05)))
    42 		{
    42 		{
    43 		User::Leave(KErrArgument);
    43 		User::Leave(KErrArgument);
    44 		}
    44 		}
    45 	}
    45 	}
       
    46