From 349807608f31b20af01a342d0072bb92e0b036e2 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 18 Dec 2015 12:57:23 -0500 Subject: Remove /* foo.c */ comments This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni --- crypto/ts/ts_asn1.c | 1 - crypto/ts/ts_conf.c | 1 - crypto/ts/ts_err.c | 1 - crypto/ts/ts_lib.c | 1 - crypto/ts/ts_req_print.c | 1 - crypto/ts/ts_req_utils.c | 1 - crypto/ts/ts_rsp_print.c | 1 - crypto/ts/ts_rsp_sign.c | 1 - crypto/ts/ts_rsp_utils.c | 1 - crypto/ts/ts_rsp_verify.c | 1 - crypto/ts/ts_verify_ctx.c | 1 - 11 files changed, 11 deletions(-) (limited to 'crypto/ts') diff --git a/crypto/ts/ts_asn1.c b/crypto/ts/ts_asn1.c index ba6c8d99d1..5d0c59869c 100644 --- a/crypto/ts/ts_asn1.c +++ b/crypto/ts/ts_asn1.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_asn1.c */ /* * Written by Nils Larsch for the OpenSSL project 2004. */ diff --git a/crypto/ts/ts_conf.c b/crypto/ts/ts_conf.c index 1aa1ab6a59..6adea58840 100644 --- a/crypto/ts/ts_conf.c +++ b/crypto/ts/ts_conf.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_conf.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_err.c b/crypto/ts/ts_err.c index 54bb366296..b1dd8a1c2c 100644 --- a/crypto/ts/ts_err.c +++ b/crypto/ts/ts_err.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ts/ts_lib.c b/crypto/ts/ts_lib.c index fb871d2a0f..087334bcbd 100644 --- a/crypto/ts/ts_lib.c +++ b/crypto/ts/ts_lib.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_lib.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_req_print.c b/crypto/ts/ts_req_print.c index 2d4ea0eba2..791715cce8 100644 --- a/crypto/ts/ts_req_print.c +++ b/crypto/ts/ts_req_print.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_req_print.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_req_utils.c b/crypto/ts/ts_req_utils.c index 706f4428ff..5e1114ab9d 100644 --- a/crypto/ts/ts_req_utils.c +++ b/crypto/ts/ts_req_utils.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_req_utils.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_rsp_print.c b/crypto/ts/ts_rsp_print.c index 007cc86eb2..643bf4ac0a 100644 --- a/crypto/ts/ts_rsp_print.c +++ b/crypto/ts/ts_rsp_print.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_resp_print.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_rsp_sign.c b/crypto/ts/ts_rsp_sign.c index aa8ef167f2..e85c4b467d 100644 --- a/crypto/ts/ts_rsp_sign.c +++ b/crypto/ts/ts_rsp_sign.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_resp_sign.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_rsp_utils.c b/crypto/ts/ts_rsp_utils.c index 55c2221256..5d0c51a0b1 100644 --- a/crypto/ts/ts_rsp_utils.c +++ b/crypto/ts/ts_rsp_utils.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_resp_utils.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_rsp_verify.c b/crypto/ts/ts_rsp_verify.c index c03f6aced2..e6e213ab12 100644 --- a/crypto/ts/ts_rsp_verify.c +++ b/crypto/ts/ts_rsp_verify.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_resp_verify.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2002. diff --git a/crypto/ts/ts_verify_ctx.c b/crypto/ts/ts_verify_ctx.c index 35335fa43a..b650a00bb6 100644 --- a/crypto/ts/ts_verify_ctx.c +++ b/crypto/ts/ts_verify_ctx.c @@ -1,4 +1,3 @@ -/* crypto/ts/ts_verify_ctx.c */ /* * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project * 2003. -- cgit v1.2.3