summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-10-25 12:48:31 +0100
committerHugo Landau <hlandau@openssl.org>2023-10-30 07:55:44 +0000
commit5e3735b60082794e4c389990bb4c3f2aa121dd8b (patch)
tree05679cac5e7c25680949500c070d7a9784a7dabe
parent7380e6b54b141eb05893c9a107ad7c5b6196c97a (diff)
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) (cherry picked from commit 899c910e3480e80dc1e6740217de86af39ac606e)
-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
----