Moved openssl.cnf up from staging directory.
authorScott Cantor <cantor.2@osu.edu>
Sat, 23 Feb 2008 01:19:15 +0000 (01:19 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 23 Feb 2008 01:19:15 +0000 (01:19 +0000)
msi/scripts/shib_edit_config_files.vbs

index 154bd20..1dbcd18 100644 (file)
@@ -150,10 +150,6 @@ if (Err = 0) then
     FileSystemObj.CopyFile DistDir & "globalLogout.html", ConfigDir, false
   End If
 
-  If (NOT FileSystemObj.FileExists(ConfigDir & "openssl.cnf")) then
-    FileSystemObj.CopyFile DistDir & "openssl.cnf", ConfigDir, false
-  End If
-
   If (NOT FileSystemObj.FileExists(ConfigDir & "console.logger")) then
     FileSystemObj.CopyFile DistDir & "console.logger", ConfigDir, false
   End If