diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-01 09:02:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-01 09:02:12 -0400 |
commit | b79e90f6ba9426158cf305655590f70d3ae89875 (patch) | |
tree | 475142e7bdcf93fbb35894f7df1f9aa45dbd8fe9 /changes | |
parent | b531fc7d9a8f75969b0446578ee4afcb109bae3d (diff) | |
download | tor-b79e90f6ba9426158cf305655590f70d3ae89875.tar.gz tor-b79e90f6ba9426158cf305655590f70d3ae89875.zip |
Fail in configure when openssl is too old. #16901.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16901 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug16901 b/changes/bug16901 new file mode 100644 index 0000000000..c008ebdbd8 --- /dev/null +++ b/changes/bug16901 @@ -0,0 +1,3 @@ + o Minor features (compilation): + - Give a warning as early as possible when trying to build with an + unsupported OpenSSL version. Closes ticket 16901. |