OpenSSL 1.0.0 released
OpenSSL 1.0.0 released
Posted Apr 1, 2010 17:47 UTC (Thu) by vonbrand (guest, #4458)In reply to: OpenSSL 1.0.0 released by MisterIO
Parent article: OpenSSL 1.0.0 released
What is wrong with e.g.
plain_normal_processing;BTW, if you worry an
out:
normal_cleanup;
return;
err:
error_cleanup;
goto out;
if(0) {...} might confuse a static checker or such, it will confuse the random programmer just as much ;-)
