diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-04 12:41:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-06 11:31:30 -0400 |
commit | 7607ad2becc9634f01ca6dd99a0475ecf276ac93 (patch) | |
tree | eabd095db793904dcf0f018e477c57d45b8bf487 /changes | |
parent | e3a130a7eb6e56a150c1902641efa5a7e0f62ad4 (diff) | |
download | tor-7607ad2becc9634f01ca6dd99a0475ecf276ac93.tar tor-7607ad2becc9634f01ca6dd99a0475ecf276ac93.tar.gz |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/detect_openssl_mismatch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/detect_openssl_mismatch b/changes/detect_openssl_mismatch new file mode 100644 index 000000000..62f0a9dbb --- /dev/null +++ b/changes/detect_openssl_mismatch @@ -0,0 +1,4 @@ + o Minor features: + - Detect when we're running with a version of OpenSSL other than the + one we compiled with. This has occasionally given people hard-to- + track-down errors. |