Hi,
My build failed when compiling openssl 1.0.2 beta 1 with no-nextprotoneg
defined :
.\ssl\s3_clnt.c(413) : error C2065: 'SSL3_ST_CW_SUPPLEMENTAL_DATA_A'
I solved this just by moving line 636 of ssl3.h 3 lines above.
Diff file is attached.
Regards,
--- D:/openssl-1.0.2-beta1/ssl/ssl3.h Fri
On Fri, Feb 28, 2014, Michel wrote:
> Hi,
> My build failed when compiling openssl 1.0.2 beta 1 with
> no-nextprotoneg defined :
> .\ssl\s3_clnt.c(413) : error C2065: 'SSL3_ST_CW_SUPPLEMENTAL_DATA_A'
>
> I solved this just by moving line 636 of ssl3.h 3 lines above.
> Diff file is attached.
>
T