Test fail
ASSI
Stromeko at nexgo.de
Sun Oct 19 08:25:22 UTC 2025
Hal Murray via devel writes:
> What OS/Distro are you using?
I'm using openSUSE Tumbleweed, which would normally use OpenSSL headers
(it provides both runtimes in parallel). For some unrelated tests I
switched to libressl headers and then encountered this problem with
ntpsec.
> What is OPENSSL_VERSION_NUMBER
> You can find it with something like
> grep OPENSSL_VERSION_NUMBER -r /usr/include/openssl/
With libressl installed:
/usr/include/openssl/opensslv.h:#define OPENSSL_VERSION_NUMBER 0x20000000L
Going back to openssl:
/usr/include/openssl/opensslv.h:# define OPENSSL_VERSION_MAJOR 3
/usr/include/openssl/opensslv.h:# define OPENSSL_VERSION_MINOR 5
/usr/include/openssl/opensslv.h:# define OPENSSL_VERSION_PATCH 3
/usr/include/openssl/opensslv.h:/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
/usr/include/openssl/opensslv.h:# define OPENSSL_VERSION_NUMBER \
/usr/include/openssl/opensslv.h- ( (OPENSSL_VERSION_MAJOR<<28) \
/usr/include/openssl/opensslv.h- |(OPENSSL_VERSION_MINOR<<20) \
/usr/include/openssl/opensslv.h- |(OPENSSL_VERSION_PATCH<<4) \
/usr/include/openssl/opensslv.h- |0xfL )
>> The binary also works just fine when ignoring the fail
> Does your testing include NTS?
Only as client, and it doesn't work.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
More information about the devel
mailing list