/usr/bin/ssh -V
OpenSSH_6.9p1, LibreSSL 2.1.7 $ openssl version
OpenSSL 0.9.8zg 14 July 2015
$ which openssl
/usr/bin/opensslApple thus stopped shipping OpenSSL and has officially deprecated it, these days you won't find headers for it anywhere in the stock system and there is no official way to link against it anymore either in El Capitan. It just exists for backwards compatibility.
If a developer now wants to use OpenSSL in their binary instead of the Common Crypto framework that Apple provides they will have to provide their own version of the library in their application, and they are then responsible for making sure users get patched in time.