Skip to content

Commit 8794e3f

Browse files
Updated the Ada wrapper README.md file and removed mention of the c_tls_client_main.c and c_tls_server_main.c files.
1 parent 0e74213 commit 8794e3f

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

wrapper/Ada/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,14 @@ Make sure the executables for the compiler and GPRBuild are on the PATH
9191
and use gprbuild to build the source code.
9292

9393
## Files
94-
The file c_tls_client_main.c and c_tls_server_main.c are the TLS v1.3
95-
server and client examples using the WolfSSL library implemented using
96-
the C programming language.
97-
98-
The translation of the C client example into the Ada/SPARK programming
99-
language can be found in the files:
94+
The TLS v1.3 client example in the Ada/SPARK programming language
95+
using the WolfSSL library can be found in the files:
10096
tls_client_main.adb
10197
tls_client.ads
10298
tls_client.adb
10399

104-
The translation of the C server example into the Ada/SPARK programming
105-
language can be found in the files:
100+
The TLS v1.3 server example in the Ada/SPARK programming language
101+
using the WolfSSL library can be found in the files:
106102
tls_server_main.adb
107103
tls_server.ads
108104
tls_server.adb

0 commit comments

Comments
 (0)