I am trying to build Mongodb 3.0.0-rc8 (tried latest nightly too) with ssl support. I found a gist which works for 2.6.7 but when I run it with 3.0.0-rc8 I get that eror
src/mongo/crypto/crypto_tom.cpp:30:2: error: #error This file should not be included if compiling with SSL support
I am building it in docker so the environment should be fairly standard.
Any idea?