silc_pgp_packet_get_data

SYNOPSIS

    unsigned char *silc_pgp_packet_get_data(SilcPGPPacket packet,
                                            SilcUInt32 *data_len);

DESCRIPTION

Returns the packet data from the `packet'. The returned pointer must not be freed by the caller. The length of the data is returned into `data_len' pointer.