> 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
-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(