]> git.saurik.com Git - apple/security.git/blob - SecurityTests/StopTLSServers.sh
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / StopTLSServers.sh
1 #!/bin/sh
2
3 # StopTLSServers.sh
4 # Security
5 #
6 # Created by Fabrice Gautier on 6/9/11.
7 # Copyright 2011 Apple, Inc. All rights reserved.
8
9 echo "Killing all servers..."
10
11 killall openssl
12 killall gnutls-serv
13
14 echo "Done killing~~"