On April 4, 2022 4:43 PM, Junio C Hamano wrote: >To: git@xxxxxxxxxxxxxxx >Cc: git-packagers@xxxxxxxxxxxxxxxx >Subject: [ANNOUNCE] Git v2.36.0-rc0 > >An early preview release Git v2.36.0-rc0 is now available for >testing at the usual places. It is comprised of 661 non-merge >commits since v2.35.0, contributed by 80 people, 25 of which are >new faces [*]. I rather expected this... build error hit very early on both NonStop ia64 and x86: cc -c99 -o wrapper.o -c -WRVU=J06.21 -g -O2 -Winline -I/usr/local-ssl3.0/include -I. -DGIT_HOST_CPU="\"NSE\"" -DCURL_STATICLIB -I/usr/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_D_TYPE_IN_DIRENT -DNO_ST_BLOCKS_IN_STRUCT_STAT -DNO_NSEC -DNO_GETTEXT -DNO_SYS_SELECT_H -DNO_POLL_H -DNO_SYS_POLL_H -DOLD_ICONV -DSHA1_DC -DSHA1DC_NO_STANDARD_INCLUDES -DSHA1DC_INIT_SAFE_HASH_DEFAULT=0 -DSHA1DC_CUSTOM_INCLUDE_SHA1_C="\"cache.h\"" -DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C="\"git-compat-util.h\"" -DSHA256_BLK -DNO_PTHREADS -DHAVE_LIBCHARSET_H -DHAVE_STRINGS_H -DHAVE_DEV_TTY -DHAVE_OPENSSL_CSPRNG -DSA_RESTART=0 -DHAVE_STRING_H=1 -DFREAD_READS_DIRECTORIES -DNO_POLL -Icompat/poll -DNO_STRCASESTR -DNO_STRLCPY -DNO_SETENV -DNO_MKDTEMP -DNO_UNSETENV -DNO_MMAP -DNO_PREAD -DNO_INTPTR_T -DNO_HSTRERROR -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/usr/coreutils/bin/bash"' wrapper.c int res = RAND_bytes(buf, len); ^ "wrapper.c", line 817: error(114): identifier "RAND_bytes" is undefined I thought we did not have a direct reference to OpenSSL. What do I need here to resolve this? --Randall