OpenSSL 1.0.0 released
OpenSSL 1.0.0 released
Posted Mar 30, 2010 6:38 UTC (Tue) by MisterIO (guest, #36192)In reply to: OpenSSL 1.0.0 released by patrick_g
Parent article: OpenSSL 1.0.0 released
IMO some of his claims seem right, but some others seem excessive. For example, the style is horrible, but isn't that the gnu style, which is (unfortunately) used by a bunch of other projects? Also, another example, is that if(0) used in the error path. It's used, from the code shown, only at the end of the functions, to clean in the error path and it's used so that they don't have to repeat code. It may not be elegant, but you could say the same for the use of goto, even if for cleaning the error path it's very useful.
