summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-10-25 13:48:31 +0200
committerHugo Landau <hlandau@openssl.org>2023-10-30 08:53:40 +0100
commit899c910e3480e80dc1e6740217de86af39ac606e (patch)
treed46f7da1e22b79bc37d6b077b87544a9af7066c2
parentUpdate to the demos README file (diff)
downloadopenssl-899c910e3480e80dc1e6740217de86af39ac606e.tar.xz
openssl-899c910e3480e80dc1e6740217de86af39ac606e.zip
Add a reference to the demos subfolder
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22505)
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3f6ea956ea..8780935dc4 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,12 @@ available online.
- [OpenSSL 3.0](https://www.openssl.org/docs/man3.0)
- [OpenSSL 3.1](https://www.openssl.org/docs/man3.1)
+Demos
+-----
+
+The are numerous source code demos for using various OpenSSL capabilities in the
+[demos subfolder](./demos).
+
Wiki
----