Commit 42626c83 authored by Ben Hayward's avatar Ben Hayward

Lint

1 merge request!392[Sprint/RollingRabbit](fix): Removed encryption exception - Sentry - #1099
Pipeline #94470568 failed with stages
in 12 minutes and 17 seconds
......@@ -113,7 +113,8 @@ class OpenSSL implements EncryptionInterface
return [
'status' => 'error',
'message' => "Unable to unlock private key."
]; }
];
}
openssl_pkey_export($private_key, $pkeyout, $newpass);
return $pkeyout;
}
......
Please register or to comment