[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.6 and 1.7

version 1.6, 2015/09/11 14:30:23 version 1.7, 2015/10/10 22:28:51
Line 123 
Line 123 
         char *mac_name = NULL;          char *mac_name = NULL;
         STACK_OF(OPENSSL_STRING) * sigopts = NULL, *macopts = NULL;          STACK_OF(OPENSSL_STRING) * sigopts = NULL, *macopts = NULL;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         if ((buf = malloc(BUFSIZE)) == NULL) {          if ((buf = malloc(BUFSIZE)) == NULL) {
                 BIO_printf(bio_err, "out of memory\n");                  BIO_printf(bio_err, "out of memory\n");
                 goto end;                  goto end;

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