3b810b7 session-spice: Cast CA string to gunit8 pointer

Authored and Committed by mprivozn 11 years ago
    session-spice: Cast CA string to gunit8 pointer
    
    SpiceSession has 'ca' property which is type of GByteArray*.
    However, when we read the property from file, we read it as
    string. For conversion g_byte_array_new_take() is used which
    takes given pointer as guint8* so we need to do the cast.