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 /ssl | |
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 'ssl')
43 files changed, 0 insertions, 43 deletions
diff --git a/ssl/bio_ssl.c b/ssl/bio_ssl.c index a8260c9c43..9eec0226af 100644 --- a/ssl/bio_ssl.c +++ b/ssl/bio_ssl.c @@ -1,4 +1,3 @@ -/* ssl/bio_ssl.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c index 88822c06b9..fed1340377 100644 --- a/ssl/d1_lib.c +++ b/ssl/d1_lib.c @@ -1,4 +1,3 @@ -/* ssl/d1_lib.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/d1_msg.c b/ssl/d1_msg.c index 4a2f0dc980..b9342a2a10 100644 --- a/ssl/d1_msg.c +++ b/ssl/d1_msg.c @@ -1,4 +1,3 @@ -/* ssl/d1_msg.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/d1_srtp.c b/ssl/d1_srtp.c index 87dbcc63f3..587a592e82 100644 --- a/ssl/d1_srtp.c +++ b/ssl/d1_srtp.c @@ -1,4 +1,3 @@ -/* ssl/t1_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/methods.c b/ssl/methods.c index c0698abd73..6cd83dd5dd 100644 --- a/ssl/methods.c +++ b/ssl/methods.c @@ -1,4 +1,3 @@ -/* ssl/t1_meth.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/packet_locl.h b/ssl/packet_locl.h index ed7c1ca129..b4337e4682 100644 --- a/ssl/packet_locl.h +++ b/ssl/packet_locl.h @@ -1,4 +1,3 @@ -/* ssl/packet_locl.h */ /* * Written by Matt Caswell for the OpenSSL project. */ diff --git a/ssl/pqueue.c b/ssl/pqueue.c index 21ee83eccc..c9f21ca865 100644 --- a/ssl/pqueue.c +++ b/ssl/pqueue.c @@ -1,4 +1,3 @@ -/* crypto/pqueue/pqueue.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/record/dtls1_bitmap.c b/ssl/record/dtls1_bitmap.c index 9d2d681fbf..0fa2985485 100644 --- a/ssl/record/dtls1_bitmap.c +++ b/ssl/record/dtls1_bitmap.c @@ -1,4 +1,3 @@ -/* ssl/record/dtls1_bitmap.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/record/rec_layer_d1.c b/ssl/record/rec_layer_d1.c index eabbddb61d..c53ef9a1ac 100644 --- a/ssl/record/rec_layer_d1.c +++ b/ssl/record/rec_layer_d1.c @@ -1,4 +1,3 @@ -/* ssl/record/rec_layer_d1.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/record/rec_layer_s3.c b/ssl/record/rec_layer_s3.c index 0ce5b9e618..d0f17bb0c7 100644 --- a/ssl/record/rec_layer_s3.c +++ b/ssl/record/rec_layer_s3.c @@ -1,4 +1,3 @@ -/* ssl/record/rec_layer_s3.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/record/record.h b/ssl/record/record.h index 36ae3a1021..a3b50dcfcf 100644 --- a/ssl/record/record.h +++ b/ssl/record/record.h @@ -1,4 +1,3 @@ -/* ssl/record/record.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/record/record_locl.h b/ssl/record/record_locl.h index f92e89d86f..2a4b663307 100644 --- a/ssl/record/record_locl.h +++ b/ssl/record/record_locl.h @@ -1,4 +1,3 @@ -/* ssl/record/record_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/record/ssl3_buffer.c b/ssl/record/ssl3_buffer.c index 17719c2d7a..3c03499f59 100644 --- a/ssl/record/ssl3_buffer.c +++ b/ssl/record/ssl3_buffer.c @@ -1,4 +1,3 @@ -/* ssl/record/ssl3_buffer.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/record/ssl3_record.c b/ssl/record/ssl3_record.c index d8c7b1ea05..60e8042f1d 100644 --- a/ssl/record/ssl3_record.c +++ b/ssl/record/ssl3_record.c @@ -1,4 +1,3 @@ -/* ssl/record/ssl3_record.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/s3_cbc.c b/ssl/s3_cbc.c index f07a0451a0..8df32ba326 100644 --- a/ssl/s3_cbc.c +++ b/ssl/s3_cbc.c @@ -1,4 +1,3 @@ -/* ssl/s3_cbc.c */ /* ==================================================================== * Copyright (c) 2012 The OpenSSL Project. All rights reserved. * diff --git a/ssl/s3_enc.c b/ssl/s3_enc.c index 7a1e201cf4..d4d64d0e5e 100644 --- a/ssl/s3_enc.c +++ b/ssl/s3_enc.c @@ -1,4 +1,3 @@ -/* ssl/s3_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index 28204bc7b1..f998f72370 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -1,4 +1,3 @@ -/* ssl/s3_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/s3_msg.c b/ssl/s3_msg.c index 8d7f042f83..8b5fd23880 100644 --- a/ssl/s3_msg.c +++ b/ssl/s3_msg.c @@ -1,4 +1,3 @@ -/* ssl/s3_msg.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_algs.c b/ssl/ssl_algs.c index 1bb9cb6c68..61233a96b4 100644 --- a/ssl/ssl_algs.c +++ b/ssl/ssl_algs.c @@ -1,4 +1,3 @@ -/* ssl/ssl_algs.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_asn1.c b/ssl/ssl_asn1.c index 69c4d12a90..a3bbfe4fc7 100644 --- a/ssl/ssl_asn1.c +++ b/ssl/ssl_asn1.c @@ -1,4 +1,3 @@ -/* ssl/ssl_asn1.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index 9234364d35..ecefc79b27 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -1,4 +1,3 @@ -/* ssl/ssl_ciph.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index a112ad41e8..18c64d997c 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -1,4 +1,3 @@ -/* ssl/ssl_err.c */ /* ==================================================================== * Copyright (c) 1999-2016 The OpenSSL Project. All rights reserved. * diff --git a/ssl/ssl_err2.c b/ssl/ssl_err2.c index 14e48221f4..751f6ad6bb 100644 --- a/ssl/ssl_err2.c +++ b/ssl/ssl_err2.c @@ -1,4 +1,3 @@ -/* ssl/ssl_err2.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 3745f0f0e2..864e21a18e 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1,4 +1,3 @@ -/* ssl/ssl_locl.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_mcnf.c b/ssl/ssl_mcnf.c index 9a1cbbdd07..614e0a742d 100644 --- a/ssl/ssl_mcnf.c +++ b/ssl/ssl_mcnf.c @@ -1,4 +1,3 @@ -/* ssl_mcnf.c */ /* * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project * 2015. diff --git a/ssl/ssl_rsa.c b/ssl/ssl_rsa.c index aa4959916b..f93db31c77 100644 --- a/ssl/ssl_rsa.c +++ b/ssl/ssl_rsa.c @@ -1,4 +1,3 @@ -/* ssl/ssl_rsa.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_sess.c b/ssl/ssl_sess.c index 3010bc4d57..1ca0f964a2 100644 --- a/ssl/ssl_sess.c +++ b/ssl/ssl_sess.c @@ -1,4 +1,3 @@ -/* ssl/ssl_sess.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_stat.c b/ssl/ssl_stat.c index 3bd7843314..23a54a514e 100644 --- a/ssl/ssl_stat.c +++ b/ssl/ssl_stat.c @@ -1,4 +1,3 @@ -/* ssl/ssl_stat.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_txt.c b/ssl/ssl_txt.c index d9d6f397c7..bdd802f600 100644 --- a/ssl/ssl_txt.c +++ b/ssl/ssl_txt.c @@ -1,4 +1,3 @@ -/* ssl/ssl_txt.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/ssl_utst.c b/ssl/ssl_utst.c index 53bdde330d..5feef6e2f3 100644 --- a/ssl/ssl_utst.c +++ b/ssl/ssl_utst.c @@ -1,4 +1,3 @@ -/* ssl_utst.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/ssl/statem/statem.c b/ssl/statem/statem.c index a03fe32083..576ea181a9 100644 --- a/ssl/statem/statem.c +++ b/ssl/statem/statem.c @@ -1,4 +1,3 @@ -/* ssl/statem/statem.c */ /* * Written by Matt Caswell for the OpenSSL project. */ diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h index 1350967d56..263a395392 100644 --- a/ssl/statem/statem.h +++ b/ssl/statem/statem.h @@ -1,4 +1,3 @@ -/* ssl/statem/statem.h */ /* ==================================================================== * Copyright (c) 1998-2015 The OpenSSL Project. All rights reserved. * diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c index 047bcf5d5b..456bbd8a7b 100644 --- a/ssl/statem/statem_clnt.c +++ b/ssl/statem/statem_clnt.c @@ -1,4 +1,3 @@ -/* ssl/statem/statem_clnt.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/statem/statem_dtls.c b/ssl/statem/statem_dtls.c index 3aa34888b6..765c8e1efc 100644 --- a/ssl/statem/statem_dtls.c +++ b/ssl/statem/statem_dtls.c @@ -1,4 +1,3 @@ -/* ssl/statem/statem_dtls.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. diff --git a/ssl/statem/statem_lib.c b/ssl/statem/statem_lib.c index 70559666b0..49b5e48f50 100644 --- a/ssl/statem/statem_lib.c +++ b/ssl/statem/statem_lib.c @@ -1,4 +1,3 @@ -/* ssl/statem/statem_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/statem/statem_locl.h b/ssl/statem/statem_locl.h index 4c3d797623..57b7c372c5 100644 --- a/ssl/statem/statem_locl.h +++ b/ssl/statem/statem_locl.h @@ -1,4 +1,3 @@ -/* ssl/statem/statem_locl.h */ /* ==================================================================== * Copyright (c) 1998-2015 The OpenSSL Project. All rights reserved. * diff --git a/ssl/statem/statem_srvr.c b/ssl/statem/statem_srvr.c index 2ac9dc3a59..2f5fdb658a 100644 --- a/ssl/statem/statem_srvr.c +++ b/ssl/statem/statem_srvr.c @@ -1,4 +1,3 @@ -/* ssl/statem/statem_srvr.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index 23b3640634..f3593f12f6 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -1,4 +1,3 @@ -/* ssl/t1_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/t1_ext.c b/ssl/t1_ext.c index 2ffe271d97..09f1044039 100644 --- a/ssl/t1_ext.c +++ b/ssl/t1_ext.c @@ -1,4 +1,3 @@ -/* ssl/t1_ext.c */ /* ==================================================================== * Copyright (c) 2014 The OpenSSL Project. All rights reserved. * diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 6937b45c61..0131dc833c 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -1,4 +1,3 @@ -/* ssl/t1_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/t1_reneg.c b/ssl/t1_reneg.c index 3fb6a96a4d..0aeaa55263 100644 --- a/ssl/t1_reneg.c +++ b/ssl/t1_reneg.c @@ -1,4 +1,3 @@ -/* ssl/t1_reneg.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index dc718edda8..7d451da741 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -1,4 +1,3 @@ -/* ssl/t1_trce.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/ssl/tls_srp.c b/ssl/tls_srp.c index e3763b0f67..cf5ccdca33 100644 --- a/ssl/tls_srp.c +++ b/ssl/tls_srp.c @@ -1,4 +1,3 @@ -/* ssl/tls_srp.c */ /* * Written by Christophe Renou (christophe.renou@edelweb.fr) with the * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the |