~canonical-sysadmins/wordpress/5.0.3

« back to all changes in this revision

Viewing changes to wp-includes/random_compat/random_bytes_com_dotnet.php

  • Committer: axino
  • Date: 2018-01-25 07:47:10 UTC
  • Revision ID: axino@canonical.com-20180125074710-0m0j5dc8ldu3ou9t
update to wordpress 4.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * SOFTWARE.
27
27
 */
28
28
 
 
29
if ( ! is_callable( 'random_bytes' ) ):
29
30
/**
30
31
 * Windows with PHP < 5.3.0 will not have the function
31
32
 * openssl_random_pseudo_bytes() available, so let's use
79
80
        'Could not gather sufficient random data'
80
81
    );
81
82
}
 
83
endif;