X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b04fe171f0375ecd5d8a24747ca1dff85720a0ca..6b200bc335dc93c5516ccb52f14bd896d8c7fad7:/SecurityTests/clxutils/sslScripts/trustAll diff --git a/SecurityTests/clxutils/sslScripts/trustAll b/SecurityTests/clxutils/sslScripts/trustAll deleted file mode 100755 index d28befc0..00000000 --- a/SecurityTests/clxutils/sslScripts/trustAll +++ /dev/null @@ -1,14 +0,0 @@ -#! /bin/csh -f -# -# make private key in specified keychain trusted by a list of apps we'll -# be running. -# -if ( $#argv < 1 ) then - echo Usage: trustAll keychain - exit(1) -endif -cd $LOCAL_BUILD_DIR -set d=`pwd` -trustApps $argv[1] $d/sslAlert $d/sslProt $d/sslSession $d/sslAuth $d/sslCipher - -