openssl/demos
Rich Salz 349807608f 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>
2016-01-26 16:40:43 -05:00
..
bio Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
certs
cms free NULL cleanup -- coda 2015-05-01 14:37:16 -04:00
easy_tls Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
engines Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp
pkcs12 Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
sign Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
smime free NULL cleanup 5a 2015-04-30 17:33:59 -04:00
ssl Replace "SSLeay" in API with OpenSSL 2015-10-30 17:21:42 -04:00
ssltest-ecc
state_machine Remove some old makefile targets 2016-01-17 14:47:32 -05:00
threads Move crypto/threads to demo/threads 2015-10-26 16:36:01 -04:00
x509
privkey.pem
README
selfsign.c mem functions cleanup 2016-01-07 15:14:18 -05:00
spkigen.c free NULL cleanup 5a 2015-04-30 17:33:59 -04:00

NOTE: Don't expect any of these programs to work with current
OpenSSL releases, or even with later SSLeay releases.

Original README:
=============================================================================

Some demo programs sent to me by various people

eric