diff options
author | Rich Salz <rsalz@akamai.com> | 2015-12-18 18:57:23 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-26 22:40:43 +0100 |
commit | 349807608f31b20af01a342d0072bb92e0b036e2 (patch) | |
tree | f937ebb9a6b53c3f7d6636e67d7e3a3398ccf34a /crypto/pkcs7 | |
parent | SHARED_LIBS_LINK_EXTS is no longer used, remove it completely (diff) | |
download | openssl-349807608f31b20af01a342d0072bb92e0b036e2.tar.xz openssl-349807608f31b20af01a342d0072bb92e0b036e2.zip |
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 <viktor@openssl.org>
Diffstat (limited to 'crypto/pkcs7')
-rw-r--r-- | crypto/pkcs7/bio_pk7.c | 1 | ||||
-rw-r--r-- | crypto/pkcs7/pk7_asn1.c | 1 | ||||
-rw-r--r-- | crypto/pkcs7/pk7_attr.c | 1 | ||||
-rw-r--r-- | crypto/pkcs7/pk7_dgst.c | 1 | ||||
-rw-r--r-- | crypto/pkcs7/pk7_doit.c | 1 | ||||
-rw-r--r-- | crypto/pkcs7/pk7_enc.c | 1 | ||||
-rw-r--r-- | crypto/pkcs7/pk7_lib.c | 1 | ||||
-rw-r--r-- | crypto/pkcs7/pk7_mime.c | 1 | ||||
-rw-r--r-- | crypto/pkcs7/pk7_smime.c | 1 | ||||
-rw-r--r-- | crypto/pkcs7/pkcs7err.c | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/crypto/pkcs7/bio_pk7.c b/crypto/pkcs7/bio_pk7.c index 31aef83d5f..d0e5d61c70 100644 --- a/crypto/pkcs7/bio_pk7.c +++ b/crypto/pkcs7/bio_pk7.c @@ -1,4 +1,3 @@ -/* bio_pk7.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/pkcs7/pk7_asn1.c b/crypto/pkcs7/pk7_asn1.c index bc107ccf42..485e676cff 100644 --- a/crypto/pkcs7/pk7_asn1.c +++ b/crypto/pkcs7/pk7_asn1.c @@ -1,4 +1,3 @@ -/* pk7_asn.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2000. diff --git a/crypto/pkcs7/pk7_attr.c b/crypto/pkcs7/pk7_attr.c index 31585258d2..84c59aa5bf 100644 --- a/crypto/pkcs7/pk7_attr.c +++ b/crypto/pkcs7/pk7_attr.c @@ -1,4 +1,3 @@ -/* pk7_attr.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2001. diff --git a/crypto/pkcs7/pk7_dgst.c b/crypto/pkcs7/pk7_dgst.c index cb2b2936d7..4b1376eebe 100644 --- a/crypto/pkcs7/pk7_dgst.c +++ b/crypto/pkcs7/pk7_dgst.c @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pk7_dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pkcs7/pk7_doit.c b/crypto/pkcs7/pk7_doit.c index b2df65980b..9d66fc4007 100644 --- a/crypto/pkcs7/pk7_doit.c +++ b/crypto/pkcs7/pk7_doit.c @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pk7_doit.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pkcs7/pk7_enc.c b/crypto/pkcs7/pk7_enc.c index 10f59c4fa0..cf478434fd 100644 --- a/crypto/pkcs7/pk7_enc.c +++ b/crypto/pkcs7/pk7_enc.c @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pk7_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pkcs7/pk7_lib.c b/crypto/pkcs7/pk7_lib.c index 8c840a6fd5..cdf73028a3 100644 --- a/crypto/pkcs7/pk7_lib.c +++ b/crypto/pkcs7/pk7_lib.c @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pk7_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/pkcs7/pk7_mime.c b/crypto/pkcs7/pk7_mime.c index 7d8b8e7513..19130eefc7 100644 --- a/crypto/pkcs7/pk7_mime.c +++ b/crypto/pkcs7/pk7_mime.c @@ -1,4 +1,3 @@ -/* pk7_mime.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/pkcs7/pk7_smime.c b/crypto/pkcs7/pk7_smime.c index ea5eb1b704..ed5268fd0f 100644 --- a/crypto/pkcs7/pk7_smime.c +++ b/crypto/pkcs7/pk7_smime.c @@ -1,4 +1,3 @@ -/* pk7_smime.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/crypto/pkcs7/pkcs7err.c b/crypto/pkcs7/pkcs7err.c index 797bd56501..d897cfb54c 100644 --- a/crypto/pkcs7/pkcs7err.c +++ b/crypto/pkcs7/pkcs7err.c @@ -1,4 +1,3 @@ -/* crypto/pkcs7/pkcs7err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * |