]> source.dussan.org Git - nextcloud-server.git/commitdiff
This function doesn't cache anymore. Adjusted PHPDoc to suit.
authorringmaster <epithet@gmail.com>
Mon, 26 Aug 2013 19:56:45 +0000 (15:56 -0400)
committerringmaster <epithet@gmail.com>
Mon, 2 Sep 2013 13:59:01 +0000 (09:59 -0400)
apps/files_encryption/lib/helper.php

index cb5d5fdfb34fbbc43850720ae53333065cd6f933..445d7ff8ca796ed911833df22685935578d2b316 100755 (executable)
@@ -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() {