diff options
author | Matt Caswell <matt@openssl.org> | 2017-02-28 12:46:56 +0000 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-02-28 16:02:11 +0000 |
commit | 9fa36f5f4b32557c20b2c2665d50b239dcc49b91 (patch) | |
tree | 8a4ad2fa71e2bb9e2ba0b6f8b91f22f4bda02d74 /apps/ca.c | |
parent | 816060d212ad3f7bbfbd4444b2b7ffb8fc24f62e (diff) | |
download | openssl-new-9fa36f5f4b32557c20b2c2665d50b239dcc49b91.tar.gz |
Remove some commented out code in the apps
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2774)
Diffstat (limited to 'apps/ca.c')
-rw-r--r-- | apps/ca.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] */ |