]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bsd-arc4random.c
Import of OpenSSH 4.0p1
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-arc4random.c
index 625bf7375afdbe3ce31b6ed1fee7d14bfb3bda97..7c0f34d64e8658a96cc1d5a449d5b59c87984795 100644 (file)
@@ -34,7 +34,8 @@ RCSID("$Id$");
 static int rc4_ready = 0;
 static RC4_KEY rc4;
 
-unsigned int arc4random(void)
+unsigned int
+arc4random(void)
 {
        unsigned int r = 0;
        static int first_time = 1;
@@ -53,7 +54,8 @@ unsigned int arc4random(void)
        return(r);
 }
 
-void arc4random_stir(void)
+void
+arc4random_stir(void)
 {
        unsigned char rand_buf[SEED_SIZE];
        int i;
This page took 0.033232 seconds and 4 git commands to generate.