On Mon, Oct 25, 2021 at 04:01:46AM -0600, Joel Sing wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   [email protected]   2021/10/25 04:01:46
> 
> Modified files:
>       lib/libssl     : s3_lib.c ssl_clnt.c ssl_lib.c ssl_locl.h 
>                        ssl_sess.c ssl_srvr.c ssl_tlsext.c t1_lib.c 
>                        tls13_client.c tls13_server.c 
> 
> Log message:
> Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
> 
> ok beck@ tb@

regress broke again:

        if ((SSI(ssl)->tlsext_ecpointformatlist = malloc(sizeof(uint8_t)))
             ^
/home/src/regress/lib/libssl/tlsext/tlsexttest.c:1073:17: error: member 
reference type 'int' is not a pointer
        if ((SSI(ssl)->tlsext_ecpointformatlist = malloc(sizeof(uint8_t)))
             ~~~~~~~~  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** Error 1 in tlsext (<sys.mk>:87 'tlsexttest.o')
*** Error 2 in /home/src/regress/lib/libssl (<bsd.subdir.mk>:48 'all': @for 
entry in asn1 buffer bytestring ciphers client dtls handshake pq...)

Reply via email to