Remove CryptRand and related stuff
[lhc/web/wiklou.git] / includes / ServiceWiring.php
index 1eb3551..c55fc68 100644 (file)
@@ -134,10 +134,6 @@ return [
                return new CryptHKDF( $secret, $config->get( 'HKDFAlgorithm' ), $cache, $context );
        },
 
-       'CryptRand' => function () : CryptRand {
-               return new CryptRand();
-       },
-
        'DateFormatterFactory' => function () : DateFormatterFactory {
                return new DateFormatterFactory;
        },