“Duplicate symbol” error when building PJSIP with OpenSSL for Android
I’m trying to build Android app for SIP-connections using PJSIP library with OpenSSL support. First I’ve built PJSIP with OpenSSL, next trying to generate SWIG Java bindings and after entering command make getting three errors of duplicate symbol in aes_icm.c and aes_icm_ossl.c files. If I don’t use OpenSSL, everything builds fine.