In commit 3828ea67 (deps: ntlmclient: fix missing htonll symbols on FreeBSD and SunOS, 2020-02-21), we've fixed compilation on BSDs due to missing `htonll` wrappers. While we are now using `htobe64` for both Linux and OpenBSD, we decided to use `bswap64` on FreeBSD. While correct on little endian systems, where we will swap from little- to big-endian, we will also do the swap on big endian systems. As a result, we do not use network byte order on such systems. Fix the issue by using htobe64, as well.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
CMakeLists.txt | Loading commit data... | |
compat.h | Loading commit data... | |
crypt.h | Loading commit data... | |
crypt_commoncrypto.c | Loading commit data... | |
crypt_commoncrypto.h | Loading commit data... | |
crypt_mbedtls.c | Loading commit data... | |
crypt_mbedtls.h | Loading commit data... | |
crypt_openssl.c | Loading commit data... | |
crypt_openssl.h | Loading commit data... | |
ntlm.c | Loading commit data... | |
ntlm.h | Loading commit data... | |
ntlmclient.h | Loading commit data... | |
unicode.h | Loading commit data... | |
unicode_builtin.c | Loading commit data... | |
unicode_iconv.c | Loading commit data... | |
utf8.h | Loading commit data... | |
util.c | Loading commit data... | |
util.h | Loading commit data... |