File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Robin/Ntlm/Crypt/Random Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 * "mcrypt" extension.
1717 *
1818 * @link http://php.net/mcrypt
19- * @deprectated NOTE! This implementation is deprecated, as the mcrypt library
19+ * @deprecated This implementation is deprecated, as the mcrypt library
2020 * is abandoned. More info: https://github.com/robinpowered/php-ntlm/pull/1
2121 * @todo Remove this implementation in a future version.
2222 */
@@ -67,7 +67,7 @@ public function __construct($source = self::DEFAULT_SOURCE)
6767 /**
6868 * {@inheritDoc}
6969 *
70- * @deprectated NOTE! This implementation is deprecated, as the mcrypt
70+ * @deprecated This implementation is deprecated, as the mcrypt
7171 * library is abandoned.
7272 */
7373 public function generate ($ size )
Original file line number Diff line number Diff line change 1515 * "openssl" extension.
1616 *
1717 * @link http://php.net/openssl
18- * @deprectated NOTE ! This implementation is deprecated, as it's been found to
18+ * @deprecated Insecure ! This implementation is deprecated, as it's been found to
1919 * be insecure. More info: https://github.com/robinpowered/php-ntlm/issues/7
2020 * @todo Remove this implementation in a future version.
2121 */
@@ -29,7 +29,7 @@ class OpenSslRandomByteGenerator implements RandomByteGeneratorInterface
2929 /**
3030 * {@inheritDoc}
3131 *
32- * @deprectated NOTE ! This implementation is deprecated, as it's been found
32+ * @deprecated Insecure ! This implementation is deprecated, as it's been found
3333 * to be insecure.
3434 */
3535 public function generate ($ size )
You can’t perform that action at this time.
0 commit comments