From 8794e3f2f640f14023fd59fcb99eda797978f19c Mon Sep 17 00:00:00 2001 From: Joakim Strandberg Date: Tue, 1 Aug 2023 23:04:41 +0200 Subject: [PATCH] Updated the Ada wrapper README.md file and removed mention of the c_tls_client_main.c and c_tls_server_main.c files. --- wrapper/Ada/README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/wrapper/Ada/README.md b/wrapper/Ada/README.md index 90c6f569e..0af9eafc0 100644 --- a/wrapper/Ada/README.md +++ b/wrapper/Ada/README.md @@ -91,18 +91,14 @@ Make sure the executables for the compiler and GPRBuild are on the PATH and use gprbuild to build the source code. ## Files -The file c_tls_client_main.c and c_tls_server_main.c are the TLS v1.3 -server and client examples using the WolfSSL library implemented using -the C programming language. - -The translation of the C client example into the Ada/SPARK programming -language can be found in the files: +The TLS v1.3 client example in the Ada/SPARK programming language +using the WolfSSL library can be found in the files: tls_client_main.adb tls_client.ads tls_client.adb -The translation of the C server example into the Ada/SPARK programming -language can be found in the files: +The TLS v1.3 server example in the Ada/SPARK programming language +using the WolfSSL library can be found in the files: tls_server_main.adb tls_server.ads tls_server.adb