]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix documentation of ENABLE_NSS
authorNick Mathewson <nickm@torproject.org>
Tue, 4 Sep 2018 13:51:39 +0000 (09:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 4 Sep 2018 18:52:35 +0000 (14:52 -0400)
configure.ac

index f99697a445165c70ba77f94c277d82eb0407b575..de53b1ab250f9bcec30c3bb53460780030edee79 100644 (file)
@@ -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])