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

Diff for /src/usr.bin/openssl/prime.c between version 1.10 and 1.11

version 1.10, 2015/10/17 15:00:11 version 1.11, 2018/02/07 05:47:55
Line 191 
Line 191 
   
         ret = 0;          ret = 0;
   
 end:   end:
         BN_free(bn);          BN_free(bn);
         BIO_free_all(bio_out);          BIO_free_all(bio_out);
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11