X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fca.c;h=6a615ed55e74ed7e8be0acd2e8ab7b58a0ca40c6;hp=9428c3018aff01c4a4abce14b8906c5e96db76ae;hb=9fa36f5f4b32557c20b2c2665d50b239dcc49b91;hpb=816060d212ad3f7bbfbd4444b2b7ffb8fc24f62e;ds=sidebyside diff --git a/apps/ca.c b/apps/ca.c index 9428c3018a..6a615ed55e 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -2132,7 +2132,7 @@ static int get_certificate_status(const char *serial, CA_DB *db) if (serial_len % 2) { /* * Set the first char to 0 - */ ; + */ row[DB_serial][0] = '0'; /* Copy String from serial to row[DB_serial] */