Commit ae9b4416 authored by Vadim Kazakov's avatar Vadim Kazakov

Delete README.md~

parent aff630a9
Compilation
```Shell
$ gcc -o sspi-client.exe sspi-client.c -lws2_32 -lsecur32
$ gcc -o sspi-server.exe sspi-server.c -lws2_32 -lsecur32
```
**ServerName and TargetName must be changed to launch program!**
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment