Revision r4966 broke SSL on BlackBerry 10. The issue is that BlackBerry 10 has no "dl" library, which makes this test fail: AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 && LIBS="-lcrypto -ldl -lz $LIBS"],,-ldl -lz) I'm not sure how to fix it without breaking other platforms