]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/clxutils/sslScripts/trustAll
Security-57740.51.3.tar.gz
[apple/security.git] / SecurityTests / clxutils / sslScripts / trustAll
diff --git a/SecurityTests/clxutils/sslScripts/trustAll b/SecurityTests/clxutils/sslScripts/trustAll
deleted file mode 100755 (executable)
index d28befc..0000000
+++ /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
-
-