This directory contain ssl_server.exe which is part of xyssl-0.9 demo example.
It has been build under visual C with debug option set to higher level
If you want to rebuild this application here is what needs to be done.

- Download xyssl-0.9-gpl.tgz from http://xyssl.org/
- Uncompress xyssl-0.9-gpl.tgz

Now there are two choices:
1) GCC user:
1.a) go into xyssl-0.9 and type 'make'
2.b) after build ssl_server.exe can be found in directory \xyssl-0.9\programs\ssl

2) visual C user:
2.a) go into directory xyssl-0.9\visualc and double click on '_build.dsw'
2.b) once inside visual C press build all
3.c)You can find ssl_server.exe in directory \xyssl-0.9\visualc 

