<html><body><p>Hi, <br><br>I'm setting up development environment on my Mac, and using virtualenv.<br><br>When I run cryptography test cases, I found the old OS X bundled openssl was used, not the latest openssl installed by Homebrew.<br><br>So,  I did version check in my virtualenv:<br> <br>$ which openssl<br>/usr/local/bin/openssl   <-- looks good<br><br>$ openssl version<br>OpenSSL 0.9.8zg 14 July 2015  <----errh, not right.<br><br>$ /usr/local/bin/openssl version<br>OpenSSL 1.0.2d 9 Jul 2015   <----- it's right<br><br><br>Anyone have idea which config I missed ?<br><br>Thanks in advance.<br><br>- Jeff<br><BR>
</body></html>