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

Diff for /src/usr.bin/openssl/crl2p7.c between version 1.7 and 1.8

version 1.7, 2017/01/20 08:57:11 version 1.8, 2018/02/07 05:47:55
Line 277 
Line 277 
         }          }
         ret = 0;          ret = 0;
   
 end:   end:
         if (in != NULL)          if (in != NULL)
                 BIO_free(in);                  BIO_free(in);
         if (out != NULL)          if (out != NULL)
Line 323 
Line 323 
   
         ret = count;          ret = count;
   
 end:   end:
         /* never need to free x */          /* never need to free x */
         if (in != NULL)          if (in != NULL)
                 BIO_free(in);                  BIO_free(in);

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