RE: simply connection sslv2 to v3 in c

2012-06-24 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of ml > Sent: Wednesday, 20 June, 2012 21:34 > when using ssl V2 it is possible to run code in a few lines I quote > > #define CHK_NULL(x) do { if ((x)==NULL) exit (1); } while(0) > #define CHK_ERR(err,s) if ((err)==-1) { perro

simply connection sslv2 to v3 in c

2012-06-20 Thread ml
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 dear honorable doctor member and all Fu C when using ssl V2 it is possible to run code in a few lines I quote #define CHK_NULL(x) do { if ((x)==NULL) exit (1); } while(0) #define CHK_ERR(err,s) if ((err)==-1) { perror(s); exit(