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

Diff for /src/usr.bin/openssl/gendh.c between version 1.8 and 1.9

version 1.8, 2017/01/20 08:57:12 version 1.9, 2018/02/07 04:57:06
Line 189 
Line 189 
 end:  end:
         if (ret != 0)          if (ret != 0)
                 ERR_print_errors(bio_err);                  ERR_print_errors(bio_err);
         if (out != NULL)          BIO_free_all(out);
                 BIO_free_all(out);          DH_free(dh);
         if (dh != NULL)  
                 DH_free(dh);  
   
         return (ret);          return (ret);
 }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9