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

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

version 1.10, 2017/01/20 08:57:11 version 1.11, 2017/04/18 02:15:50
Line 448 
Line 448 
         }          }
   
 end:  end:
         if (buf != NULL) {          freezero(buf, BUFSIZE);
                 explicit_bzero(buf, BUFSIZE);  
                 free(buf);  
         }  
         if (in != NULL)          if (in != NULL)
                 BIO_free(in);                  BIO_free(in);
         free(passin);          free(passin);

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