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

This commit is contained in:
ringmaster 2013-08-26 15:56:45 -04:00
parent df7bfa4bf0
commit 39f4538e0f
1 changed files with 1 additions and 1 deletions

View File

@ -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() {