Commit 34980760 authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

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: default avatarViktor Dukhovni <viktor@openssl.org>
parent 97ad4870
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
/* apps/apps.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
+0 −1
Original line number Diff line number Diff line
/* apps/s_apps.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
+0 −1
Original line number Diff line number Diff line
/* apps/testrsa.h */
/* used by apps/speed.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
+0 −1
Original line number Diff line number Diff line
/* apps/timeouts.h */
/*
 * DTLS implementation written by Nagendra Modadugu
 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
+0 −1
Original line number Diff line number Diff line
/* crypto/aes/aes_cbc.c */
/* ====================================================================
 * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
 *
Loading