Simply shining moronicity: Guy just commented out line that was doing main job (adding randomness from a buffer) in ssleay_rand_add — just to shut valgrind barfing about adding uninitialized data (that was already handled by a switch).
I cannot believe someone decided to shut up valgrid about that error by commenting out the line!!!!!! WTF, couldn’t he just init the var, is not that hard, and is a good practize :P.
This is the thread were they talk about it, and this is the way you should do it :P