<div dir="ltr">Hi All,<div>I tried to compile OpenSSL 3.0.9 on a RHEL 9.2 server but I noticed this compilation error:</div><div><br></div><div><span style="color:rgb(20,20,31);font-family:ui-monospace,sfmono-regular,"sf mono",jetbrainsmono,consolas,monospace;font-size:13.3px;white-space:pre-wrap;background-color:rgba(0,0,0,0.05)">ssl/s3_lib.c: In function 'ssl3_ctx_ctrl':
ssl/s3_lib.c:3905:10: error: 'SSL_CTRL_GET_IANA_GROUPS' undeclared (first use in this function); did you mean 'SSL_CTRL_GET_GROUPS'?
 3905 |     case SSL_CTRL_GET_IANA_GROUPS:
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
      |          SSL_CTRL_GET_GROUPS
ssl/s3_lib.c:3905:10: note: each undeclared identifier is reported only once for each function it appears in
ssl/s3_lib.c:3908:50: error: 's' undeclared (first use in this function)
 3908 |                 *(uint16_t **)parg = (uint16_t *)s->ext.peer_supportedgroups;
      |                                                  ^
make[3]: *** [Makefile:10662: ssl/libssl-lib-s3_lib.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/tmp/openssl-3.0.5'
make[2]: *** [Makefile:2542: build_sw] Error 2
make[2]: Leaving directory '/tmp/openssl-3.0.5'
make[1]: *** [objs/Makefile:1805: /tmp/openssl-3.0.5/.openssl/include/openssl/ssl.h] Error 2
make[1]: Leaving directory '/tmp/nginx-1.25.0'
make: *** [Makefile:10: build] Error 2</span><br></div><div><span style="color:rgb(20,20,31);font-family:ui-monospace,sfmono-regular,"sf mono",jetbrainsmono,consolas,monospace;font-size:13.3px;white-space:pre-wrap;background-color:rgba(0,0,0,0.05)"><br></span></div><div><span style="color:rgb(20,20,31);font-family:ui-monospace,sfmono-regular,"sf mono",jetbrainsmono,consolas,monospace;font-size:13.3px;white-space:pre-wrap;background-color:rgba(0,0,0,0.05)">Could you help me to undertand the root cause of this error?</span></div><div><span style="color:rgb(20,20,31);font-family:ui-monospace,sfmono-regular,"sf mono",jetbrainsmono,consolas,monospace;font-size:13.3px;white-space:pre-wrap;background-color:rgba(0,0,0,0.05)"><br></span></div><div><span style="color:rgb(20,20,31);font-family:ui-monospace,sfmono-regular,"sf mono",jetbrainsmono,consolas,monospace;font-size:13.3px;white-space:pre-wrap;background-color:rgba(0,0,0,0.05)">Thanks,<br></span></div><div><span style="color:rgb(20,20,31);font-family:ui-monospace,sfmono-regular,"sf mono",jetbrainsmono,consolas,monospace;font-size:13.3px;white-space:pre-wrap;background-color:rgba(0,0,0,0.05)">Marcello</span></div></div>