• Geir Istad's avatar
    srtp.c/srtp_priv.h: Fix for big endian machines · c07609cf
    Geir Istad authored
    srtp.h was included in srtp.c before config.h was included. As a result
    of this the WORDS_BIGENDIAN define was not set, and srtp_hdr_t would be
    defined as per little endian implementation in srtp.c
    
    This is a fix for issue 229 for big endian machines.
    c07609cf