]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/streams/crypto/class_NullCryptoStream.php
Added new general I/O stream classes and interfaces. Still the interfaces have no...
[core.git] / inc / classes / main / streams / crypto / class_NullCryptoStream.php
index b7c1cf2ed45f8b646862204c5cffc0809cd0fd61..bcaab6f007e631b040bbd6118605349b083c8995 100644 (file)
@@ -66,7 +66,7 @@ class NullCryptoStream extends BaseStream implements EncryptableStream {
         * @param       $encrypted      Encrypted string
         * @return      $str            The unencrypted string
         */
-       function decryptStream ($encrypted) {
+       public function decryptStream ($encrypted) {
                // Just handle it over
                $str = (string) $encrypted;