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

Diff for /src/usr.bin/openssl/apps.c between version 1.55 and 1.56

version 1.55, 2020/09/09 12:47:46 version 1.56, 2020/10/14 07:20:09
Line 216 
Line 216 
         *argc = 0;          *argc = 0;
         *argv = NULL;          *argv = NULL;
   
         i = 0;  
         if (arg->count == 0) {          if (arg->count == 0) {
                 arg->count = 20;                  arg->count = 20;
                 arg->data = reallocarray(NULL, arg->count, sizeof(char *));                  arg->data = reallocarray(NULL, arg->count, sizeof(char *));

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56