From: Nick Mathewson Date: Tue, 4 Sep 2018 13:51:39 +0000 (-0400) Subject: Fix documentation of ENABLE_NSS X-Git-Tag: tor-0.3.5.1-alpha~92^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b10108a2abec89a9f1f8ba57a99a8b10a67515c;p=thirdparty%2Ftor.git Fix documentation of ENABLE_NSS --- 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])