(apple ssl) model write method after the OpenSSL one for consistency

More test code for #140.
This commit is contained in:
Benjamin Sergeant
2020-01-10 18:32:34 -08:00
parent 0544cdedeb
commit 9651f3823d
11 changed files with 124 additions and 23 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
case $MODE in
echo_server)
./echo_server.py
;;
ssl)
python /usr/bin/echo_server_ssl.py
;;
esac