Skip to content
Snippets Groups Projects
Commit 39f4538e authored by Owen Winkler's avatar Owen Winkler
Browse files

This function doesn't cache anymore. Adjusted PHPDoc to suit.

parent df7bfa4b
Branches
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ class Helper {
/**
* Create an openssl pkey with config-supplied settings
* WARNING: This initializes and caches a new private keypair, which is computationally expensive
* WARNING: This initializes a new private keypair, which is computationally expensive
* @return resource The pkey resource created
*/
public static function getOpenSSLPkey() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment