diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-06-10 14:15:28 +0200 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-07-05 11:29:43 +0200 |
commit | 036cbb6bbf30955abdcffaf6e52cd926d8d8ee75 (patch) | |
tree | 1929b9d33c7041858cbbed980f8c981d8eb77c3c /demos | |
parent | util/markdownlint.rb: Add two rule exceptions: MD023 and MD026 (diff) | |
download | openssl-036cbb6bbf30955abdcffaf6e52cd926d8d8ee75.tar.xz openssl-036cbb6bbf30955abdcffaf6e52cd926d8d8ee75.zip |
Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12109)
Diffstat (limited to 'demos')
-rw-r--r-- | demos/README.txt (renamed from demos/README) | 2 | ||||
-rw-r--r-- | demos/bio/README.txt (renamed from demos/bio/README) | 1 | ||||
-rw-r--r-- | demos/certs/README.txt (renamed from demos/certs/README) | 3 |
3 files changed, 1 insertions, 5 deletions
diff --git a/demos/README b/demos/README.txt index d2155ef973..ef48bf580f 100644 --- a/demos/README +++ b/demos/README.txt @@ -1,7 +1,7 @@ NOTE: Don't expect any of these programs to work with current OpenSSL releases, or even with later SSLeay releases. -Original README: +Original README.md: ============================================================================= Some demo programs sent to me by various people diff --git a/demos/bio/README b/demos/bio/README.txt index a36bb48a5d..a8467cda64 100644 --- a/demos/bio/README +++ b/demos/bio/README.txt @@ -4,4 +4,3 @@ to simplify socket programming. The client-conf, server-conf, client-arg and client-conf include examples of how to use the SSL_CONF API for configuration file or command line processing. - diff --git a/demos/certs/README b/demos/certs/README.txt index fde832eb2f..88cf56b1f8 100644 --- a/demos/certs/README +++ b/demos/certs/README.txt @@ -16,6 +16,3 @@ client certificates. The script ocspquery.sh queries the status of the certificates using the test responder. - - - |