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

Diff for /src/usr.bin/openssl/ca.c between version 1.57 and 1.58

version 1.57, 2023/11/13 12:43:08 version 1.58, 2024/02/04 13:08:29
Line 2576 
Line 2576 
                 goto err;                  goto err;
         }          }
         if (strlen(serial) % 2) {          if (strlen(serial) % 2) {
                 /* Set the first char to 0 */ ;  
                 row[DB_serial][0] = '0';                  row[DB_serial][0] = '0';
   
                 /* Copy String from serial to row[DB_serial] */                  /* Copy String from serial to row[DB_serial] */

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58