Explorar o código

Fix documentation of ENABLE_NSS

Nick Mathewson %!s(int64=5) %!d(string=hai) anos
pai
achega
3b10108a2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
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])