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/ui | |
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/ui')
-rw-r--r-- | crypto/ui/ui_err.c | 1 | ||||
-rw-r--r-- | crypto/ui/ui_lib.c | 1 | ||||
-rw-r--r-- | crypto/ui/ui_locl.h | 1 | ||||
-rw-r--r-- | crypto/ui/ui_openssl.c | 1 | ||||
-rw-r--r-- | crypto/ui/ui_util.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/crypto/ui/ui_err.c b/crypto/ui/ui_err.c index 650eed749f..b43356e126 100644 --- a/crypto/ui/ui_err.c +++ b/crypto/ui/ui_err.c @@ -1,4 +1,3 @@ -/* crypto/ui/ui_err.c */ /* ==================================================================== * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c index 414a84f6c5..0823ae880c 100644 --- a/crypto/ui/ui_lib.c +++ b/crypto/ui/ui_lib.c @@ -1,4 +1,3 @@ -/* crypto/ui/ui_lib.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2001. diff --git a/crypto/ui/ui_locl.h b/crypto/ui/ui_locl.h index bebc13abfc..5ed77fada0 100644 --- a/crypto/ui/ui_locl.h +++ b/crypto/ui/ui_locl.h @@ -1,4 +1,3 @@ -/* crypto/ui/ui.h */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2001. diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c index d4ccc627c0..9b4786b3b5 100644 --- a/crypto/ui/ui_openssl.c +++ b/crypto/ui/ui_openssl.c @@ -1,4 +1,3 @@ -/* crypto/ui/ui_openssl.c */ /* * Written by Richard Levitte (richard@levitte.org) and others for the * OpenSSL project 2001. diff --git a/crypto/ui/ui_util.c b/crypto/ui/ui_util.c index fbad5326f2..f04ee7c1f4 100644 --- a/crypto/ui/ui_util.c +++ b/crypto/ui/ui_util.c @@ -1,4 +1,3 @@ -/* crypto/ui/ui_util.c */ /* ==================================================================== * Copyright (c) 2001-2002 The OpenSSL Project. All rights reserved. * |