]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/arc4random.c
Libc-1244.1.7.tar.gz
[apple/libc.git] / gen / FreeBSD / arc4random.c
index e49f56b403fdc2496efa090bcf4b20f6e99676a2..d2368d79ef1821b5f8e62426f5f20e54bfa4ff2f 100644 (file)
@@ -112,7 +112,7 @@ arc4_init(void)
 
        uint8_t entropy[BUFFERSIZE];
        int ret;
-       rng_custom.ecb = ccaes_ecb_encrypt_mode();
+       rng_custom.ctr_info = ccaes_ctr_crypt_mode();
        rng_custom.keylen = 16;
        rng_custom.strictFIPS = 0;
        rng_custom.use_df = 1;