]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/netfilter/nft_hash.c
ARM: efm32: allow uncompress debug output
[mirror_ubuntu-zesty-kernel.git] / net / netfilter / nft_hash.c
index 6aae699aeb46016f0c8af26412153cca3d34f479..3d3f8fce10a5136391e53bd75b13498a45e82e96 100644 (file)
@@ -164,7 +164,7 @@ static int nft_hash_init(const struct nft_set *set,
        unsigned int cnt, i;
 
        if (unlikely(!nft_hash_rnd_initted)) {
-               nft_hash_rnd = prandom_u32();
+               get_random_bytes(&nft_hash_rnd, 4);
                nft_hash_rnd_initted = true;
        }