1.0.2 beta 1 failed to build when no-nextprotoneg defined

2014-02-28 Thread Michel
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

Re: 1.0.2 beta 1 failed to build when no-nextprotoneg defined

2014-02-28 Thread Dr. Stephen Henson
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