mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
Fix documentation of ENABLE_NSS
This commit is contained in:
parent
edbb5ef5b2
commit
3b10108a2a
@ -71,7 +71,7 @@ AM_CONDITIONAL(USE_OPENSSL, test "x$enable_nss" != "xyes")
|
|||||||
|
|
||||||
if test "x$enable_nss" = "xyes"; then
|
if test "x$enable_nss" = "xyes"; then
|
||||||
AC_DEFINE(ENABLE_NSS, 1,
|
AC_DEFINE(ENABLE_NSS, 1,
|
||||||
[Defined if we're building with NSS in addition to OpenSSL.])
|
[Defined if we're building with NSS.])
|
||||||
else
|
else
|
||||||
AC_DEFINE(ENABLE_OPENSSL, 1,
|
AC_DEFINE(ENABLE_OPENSSL, 1,
|
||||||
[Defined if we're building with OpenSSL or LibreSSL])
|
[Defined if we're building with OpenSSL or LibreSSL])
|
||||||
|
Loading…
Reference in New Issue
Block a user