[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.8 and 1.9

version 1.8, 2015/10/17 07:51:10 version 1.9, 2015/10/17 15:00:11
Line 124 
Line 124 
         STACK_OF(OPENSSL_STRING) * sigopts = NULL, *macopts = NULL;          STACK_OF(OPENSSL_STRING) * sigopts = NULL, *macopts = NULL;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio rpath wpath cpath tty", NULL) == -1)                  if (pledge("stdio rpath wpath cpath tty", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         if ((buf = malloc(BUFSIZE)) == NULL) {          if ((buf = malloc(BUFSIZE)) == NULL) {

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