From 187254520e06f4ae9f010eb3e1fbb114ac6473ca Mon Sep 17 00:00:00 2001
From: bcweaver <brianweaver@gmail.com>
Date: Fri, 15 Feb 2019 13:45:36 -0500
Subject: [PATCH] Forgot to run 'composer install'

---
 vendor/simplesamlphp/simplesamlphp/config/authsources.php | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/vendor/simplesamlphp/simplesamlphp/config/authsources.php b/vendor/simplesamlphp/simplesamlphp/config/authsources.php
index 2af0aec009..cc3ba4e016 100644
--- a/vendor/simplesamlphp/simplesamlphp/config/authsources.php
+++ b/vendor/simplesamlphp/simplesamlphp/config/authsources.php
@@ -15,10 +15,8 @@
     // and Shibboleth 1.3 IdPs.
     'default-sp' => array(
         'saml:SP',
-        'privatekey' => 'sp-key-old.pem',
-        'certificate' => 'sp-cert-old.crt',
-        'new_privatekey' => 'sp-key.pem',
-        'new_certificate' => 'sp-cert.crt',
+        'privatekey' => 'sp-key.pem',
+        'certificate' => 'sp-cert.crt',
 
         // The entity ID of this SP.
         // Can be NULL/unset, in which case an entity ID is generated based on the metadata URL.
-- 
GitLab