]> andersk Git - openssh.git/blobdiff - entropy.c
fix spacing of include
[openssh.git] / entropy.c
index 2f4c50a0a10d064cccaee32e92c58ff6371f92b2..fc90c51aa70bcebf467a92f776fbf9c4d3b01138 100644 (file)
--- a/entropy.c
+++ b/entropy.c
@@ -170,7 +170,7 @@ rexec_send_rng_seed(Buffer *m)
 void
 rexec_recv_rng_seed(Buffer *m)
 {
-       char *buf;
+       u_char *buf;
        u_int len;
 
        buf = buffer_get_string_ret(m, &len);
This page took 0.029759 seconds and 4 git commands to generate.