Hello,
While trying to cross compile the library for MIPS architectures, the test/srtp_driver.c files to compile due to usage of reserved word "mips"
The solution was to simply replace "mips" with "srtp_mips":
sed -i -e "s/\bmips/srtp_mips/g" test/srtp_driver.c
Regards,
Ovidiu Sas