summary refs log tree commit diff stats
path: root/src/common/scram.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/scram.c')
-rw-r--r--src/common/scram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/scram.c b/src/common/scram.c
index b39199de..f572d84d 100644
--- a/src/common/scram.c
+++ b/src/common/scram.c
@@ -78,7 +78,7 @@ scram_session_free (scram_session *session)
 }
 
 static int
-create_nonce (void *buffer, size_t length)
+create_nonce (char *buffer, size_t length)
 {
 	return RAND_bytes (buffer, length);
 }