]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_codesigning/lib/diskrep.cpp
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_codesigning / lib / diskrep.cpp
index cc6e389a48301b1f364149a34e203bd0853959e5..0fd4ede85d862fc18c846a155e21f2f98df38a17 100644 (file)
@@ -78,7 +78,6 @@ void DiskRep::Writer::addDiscretionary(CodeDirectory::Builder &)
        // do nothing
 }
 
        // do nothing
 }
 
-
 //
 // Given a file system path, come up with the most likely correct
 // disk representation for what's there.
 //
 // Given a file system path, come up with the most likely correct
 // disk representation for what's there.
@@ -300,6 +299,9 @@ std::string DiskRep::canonicalIdentifier(const std::string &name)
        return s.substr(0, p);
 }
 
        return s.substr(0, p);
 }
 
+void DiskRep::registerStapledTicket()
+{ /* do nothing */ }
+
 
 //
 // Writers
 
 //
 // Writers