Detect openssl header version doesn't match runtime version
commit7607ad2becc9634f01ca6dd99a0475ecf276ac93
authorNick Mathewson <nickm@torproject.org>
Tue, 4 Sep 2012 16:41:37 +0000 (4 12:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Sep 2012 15:31:30 +0000 (6 11:31 -0400)
treeeabd095db793904dcf0f018e477c57d45b8bf487
parente3a130a7eb6e56a150c1902641efa5a7e0f62ad4
Detect openssl header version doesn't match runtime version

We already do this for libevent; let's do it for openssl too.

For now, I'm making it always a warn, since this has caused some
problems in the past.  Later, we can see about making it less severe.
changes/detect_openssl_mismatch [new file with mode: 0644]
src/common/crypto.c