[BACK]Return to rand.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/rand.c between version 1.12 and 1.13

version 1.12, 2018/02/07 04:57:06 version 1.13, 2018/02/07 05:47:55
Line 176 
Line 176 
   
         ret = 0;          ret = 0;
   
 err:   err:
         ERR_print_errors(bio_err);          ERR_print_errors(bio_err);
         BIO_free_all(out);          BIO_free_all(out);
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13