Closed pH5 closed 3 weeks ago
When building with tls but without nettle, nvnc_has_auth() returns true because ENABLE_TLS is defined, but nvnc_enable_auth() fails because HAVE_CRYPTO is not defined.
tls
nettle
nvnc_has_auth()
ENABLE_TLS
nvnc_enable_auth()
HAVE_CRYPTO
Should be fixed now. I'm not sure though why you would want to disable nettle as it is already a dependency of gnutls.
When building with
tls
but withoutnettle
,nvnc_has_auth()
returns true becauseENABLE_TLS
is defined, butnvnc_enable_auth()
fails becauseHAVE_CRYPTO
is not defined.