From c6ffb2604cc025d7d0d4a9d7d0d45e168db06343 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Fri, 30 Aug 2024 09:04:31 +0900 Subject: [PATCH] Remove duplicate picotcp in README --- .gitignore | 2 ++ README.md | 11 ----------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 0447f2992..0d2f9d9e6 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,8 @@ android/wolfssljni-ndk-sample/proguard-project.txt /tls/client-tls-cryptocb /tls/server-tls-pkcallback /tls/client-tls-pkcallback +/tls/server-tls-posthsauth +/tls/client-tls-posthsauth /tls/server-tls-uart /tls/server-tls-verifycallback /tls/server-tls-writedup diff --git a/README.md b/README.md index 433785d34..bbdf28a0e 100644 --- a/README.md +++ b/README.md @@ -192,17 +192,6 @@ Please see the [picotcp/README.md](picotcp/README.md) for further usage and details. -
- -#### picotcp (picoTCP Examples) - -This directory contains a TLS server created by using picoTCP via wolfSSL -custom callbacks. - -Please see the [picotcp/README.md](picotcp/README.md) for further usage and -details. - -
#### pk (Public-Key)