summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/os/rnd_confoun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/os/rnd_confoun.c')
-rw-r--r--src/lib/crypto/os/rnd_confoun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypto/os/rnd_confoun.c b/src/lib/crypto/os/rnd_confoun.c
index 8db32d1563..e904cb5c7a 100644
--- a/src/lib/crypto/os/rnd_confoun.c
+++ b/src/lib/crypto/os/rnd_confoun.c
@@ -60,9 +60,9 @@ You need a random number generator!
/*
* Generate a random confounder
*/
-krb5_error_code
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
krb5_random_confounder(size, fillin)
-int size;
+size_t size;
krb5_pointer fillin;
{
static int seeded = 0;