
First, set PATH to include the path to your mips-linux-uclibc compiler:
export PATH="/path/to/mips-linux-uclibc/bin:${PATH}"

Then, build openssl proper:
./Configure --prefix=/ linux-uclibc-mips shared
make build_libs

You then get the following unstripped libraries:
- libcrypto.so.0.9.8
- libssl.so.0.9.8
