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/rsa/rsa_ameth.c | 1 - crypto/rsa/rsa_asn1.c | 1 - crypto/rsa/rsa_chk.c | 1 - crypto/rsa/rsa_crpt.c | 1 - crypto/rsa/rsa_depr.c | 1 - crypto/rsa/rsa_err.c | 1 - crypto/rsa/rsa_gen.c | 1 - crypto/rsa/rsa_lib.c | 1 - crypto/rsa/rsa_none.c | 1 - crypto/rsa/rsa_null.c | 1 - crypto/rsa/rsa_oaep.c | 1 - crypto/rsa/rsa_pk1.c | 1 - crypto/rsa/rsa_pmeth.c | 1 - crypto/rsa/rsa_prn.c | 1 - crypto/rsa/rsa_pss.c | 1 - crypto/rsa/rsa_saos.c | 1 - crypto/rsa/rsa_sign.c | 1 - crypto/rsa/rsa_ssl.c | 1 - crypto/rsa/rsa_x931.c | 1 - crypto/rsa/rsa_x931g.c | 1 - 20 files changed, 20 deletions(-) (limited to 'crypto/rsa') diff --git a/crypto/rsa/rsa_ameth.c b/crypto/rsa/rsa_ameth.c index 4433bf47de..2a1c74a62e 100644 --- a/crypto/rsa/rsa_ameth.c +++ b/crypto/rsa/rsa_ameth.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_ameth.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/rsa/rsa_asn1.c b/crypto/rsa/rsa_asn1.c index 16c40e38fd..86a71b7c6b 100644 --- a/crypto/rsa/rsa_asn1.c +++ b/crypto/rsa/rsa_asn1.c @@ -1,4 +1,3 @@ -/* rsa_asn1.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/rsa/rsa_chk.c b/crypto/rsa/rsa_chk.c index 9c28573d99..02d3c41340 100644 --- a/crypto/rsa/rsa_chk.c +++ b/crypto/rsa/rsa_chk.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_chk.c */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * diff --git a/crypto/rsa/rsa_crpt.c b/crypto/rsa/rsa_crpt.c index d08258e5e7..466eefc658 100644 --- a/crypto/rsa/rsa_crpt.c +++ b/crypto/rsa/rsa_crpt.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_depr.c b/crypto/rsa/rsa_depr.c index 59e1e7b38e..50b0bb697e 100644 --- a/crypto/rsa/rsa_depr.c +++ b/crypto/rsa/rsa_depr.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_depr.c */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/crypto/rsa/rsa_err.c b/crypto/rsa/rsa_err.c index 50fde50836..811fcfe859 100644 --- a/crypto/rsa/rsa_err.c +++ b/crypto/rsa/rsa_err.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/rsa/rsa_gen.c b/crypto/rsa/rsa_gen.c index d23d47d03e..6ec27495e7 100644 --- a/crypto/rsa/rsa_gen.c +++ b/crypto/rsa/rsa_gen.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_gen.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index c9249ef7f0..62b2854ecc 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_none.c b/crypto/rsa/rsa_none.c index 9f954b4a8f..c426bd3391 100644 --- a/crypto/rsa/rsa_none.c +++ b/crypto/rsa/rsa_none.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_none.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_null.c b/crypto/rsa/rsa_null.c index ecb2f7cc05..6ac22495c9 100644 --- a/crypto/rsa/rsa_null.c +++ b/crypto/rsa/rsa_null.c @@ -1,4 +1,3 @@ -/* rsa_null.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c index 0ad1ef3208..355788423b 100644 --- a/crypto/rsa/rsa_oaep.c +++ b/crypto/rsa/rsa_oaep.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_oaep.c */ /* * Written by Ulf Moeller. This software is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. diff --git a/crypto/rsa/rsa_pk1.c b/crypto/rsa/rsa_pk1.c index 8f8587a3ea..bba68c62bf 100644 --- a/crypto/rsa/rsa_pk1.c +++ b/crypto/rsa/rsa_pk1.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_pk1.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_pmeth.c b/crypto/rsa/rsa_pmeth.c index f5f8c1f159..3362f99895 100644 --- a/crypto/rsa/rsa_pmeth.c +++ b/crypto/rsa/rsa_pmeth.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_pmeth.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/rsa/rsa_prn.c b/crypto/rsa/rsa_prn.c index fd29280124..f9e2572f8c 100644 --- a/crypto/rsa/rsa_prn.c +++ b/crypto/rsa/rsa_prn.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_prn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2006. diff --git a/crypto/rsa/rsa_pss.c b/crypto/rsa/rsa_pss.c index 5f44dd3ee3..abd915d1d3 100644 --- a/crypto/rsa/rsa_pss.c +++ b/crypto/rsa/rsa_pss.c @@ -1,4 +1,3 @@ -/* rsa_pss.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2005. diff --git a/crypto/rsa/rsa_saos.c b/crypto/rsa/rsa_saos.c index 6c5f42d52f..18bf6c984c 100644 --- a/crypto/rsa/rsa_saos.c +++ b/crypto/rsa/rsa_saos.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_saos.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_sign.c b/crypto/rsa/rsa_sign.c index 3aea4e4bdd..7c9c528ff4 100644 --- a/crypto/rsa/rsa_sign.c +++ b/crypto/rsa/rsa_sign.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_sign.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_ssl.c b/crypto/rsa/rsa_ssl.c index 86b40ad98a..2762ad0ce7 100644 --- a/crypto/rsa/rsa_ssl.c +++ b/crypto/rsa/rsa_ssl.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_ssl.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/rsa/rsa_x931.c b/crypto/rsa/rsa_x931.c index 54d925bf43..d8837a16cb 100644 --- a/crypto/rsa/rsa_x931.c +++ b/crypto/rsa/rsa_x931.c @@ -1,4 +1,3 @@ -/* rsa_x931.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2005. diff --git a/crypto/rsa/rsa_x931g.c b/crypto/rsa/rsa_x931g.c index 24d3cb9c23..d4c520c429 100644 --- a/crypto/rsa/rsa_x931g.c +++ b/crypto/rsa/rsa_x931g.c @@ -1,4 +1,3 @@ -/* crypto/rsa/rsa_gen.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * -- cgit v1.2.3