From: tedu Date: Fri, 18 Apr 2014 02:45:58 +0000 (+0000) Subject: unterminated comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=42b58247a439d968a95cbebe631e7ba57f3c1116;p=openbsd unterminated comment --- diff --git a/lib/libssl/src/apps/crl.c b/lib/libssl/src/apps/crl.c index a4a4d7d296b..914426df455 100644 --- a/lib/libssl/src/apps/crl.c +++ b/lib/libssl/src/apps/crl.c @@ -152,7 +152,7 @@ MAIN(int argc, char **argv) goto bad; if (!args_from_file(++argv, Nargc, Nargv)) { goto end; - } */ + } } #endif if (strcmp(*argv, "-inform") == 0) {