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

Diff for /src/usr.bin/openssl/pkcs7.c between version 1.9 and 1.10

version 1.9, 2017/01/20 08:57:12 version 1.10, 2018/02/07 05:47:55
Line 277 
Line 277 
                 }                  }
         }          }
         ret = 0;          ret = 0;
 end:   end:
         if (p7 != NULL)          if (p7 != NULL)
                 PKCS7_free(p7);                  PKCS7_free(p7);
         if (in != NULL)          if (in != NULL)

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