]> WPIA git - cassiopeia.git/blobdiff - src/crypto/simpleOpensslSigner.cpp
fmt: Whitespace
[cassiopeia.git] / src / crypto / simpleOpensslSigner.cpp
index f7042a29fccee7cbbdc731e5cf16e7d04469b4cd..b6005b7483c112e85ed108f0939331a582c94ae8 100644 (file)
@@ -191,6 +191,7 @@ std::shared_ptr<SignedCertificate> SimpleOpensslSigner::sign( std::shared_ptr<TB
     std::shared_ptr<SignedCertificate> output = c.sign( ca->caKey, cert->md );
     signlog << "FINE: all went well" << std::endl;
     std::string fn = writeBackFile( num, output->certificate, ca->path );
+
     if( fn.empty() ) {
         signlog << "ERROR: failed to get filename for storage of signed certificate." << std::endl;
         throw "Storage location could not be determined";