diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-04 09:51:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-04 14:52:35 -0400 |
commit | 3b10108a2abec89a9f1f8ba57a99a8b10a67515c (patch) | |
tree | b8b0dde3d6045e3e6dcb9e1b1f17fea25610cab2 /configure.ac | |
parent | edbb5ef5b258db15459407f8964b83b6dd4c3d22 (diff) | |
download | tor-3b10108a2abec89a9f1f8ba57a99a8b10a67515c.tar.gz tor-3b10108a2abec89a9f1f8ba57a99a8b10a67515c.zip |
Fix documentation of ENABLE_NSS
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f99697a445..de53b1ab25 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AM_CONDITIONAL(USE_OPENSSL, test "x$enable_nss" != "xyes") if test "x$enable_nss" = "xyes"; then AC_DEFINE(ENABLE_NSS, 1, - [Defined if we're building with NSS in addition to OpenSSL.]) + [Defined if we're building with NSS.]) else AC_DEFINE(ENABLE_OPENSSL, 1, [Defined if we're building with OpenSSL or LibreSSL]) |