summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-28 05:20:30 +0200
committerDamien Miller <djm@mindrot.org>1999-10-28 05:20:30 +0200
commit3d112efc672b877c74893229d3fd30f99489b9ff (patch)
tree7542e5627242ff533087a4fe103c2690dd97782f /helper.h
parentAttempt to clean up PAM code (diff)
downloadopenssh-3d112efc672b877c74893229d3fd30f99489b9ff.tar.xz
openssh-3d112efc672b877c74893229d3fd30f99489b9ff.zip
Big PAM cleanupPRE_DAN_PATCH_MERGE
Added header for arc4random to mktemp.c Fixed return type of arc4random
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.h b/helper.h
index 2f09daa8e..309156a2c 100644
--- a/helper.h
+++ b/helper.h
@@ -36,7 +36,7 @@
#ifndef _HELPER_H
#define _HELPER_H
-unsigned char arc4random(void);
+unsigned int arc4random(void);
void arc4random_stir(void);
void setproctitle(const char *fmt, ...);