summaryrefslogtreecommitdiffstats
path: root/src/crypto/chap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/chap.c')
-rw-r--r--src/crypto/chap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/chap.c b/src/crypto/chap.c
index 2f624564..13b8fda2 100644
--- a/src/crypto/chap.c
+++ b/src/crypto/chap.c
@@ -55,7 +55,7 @@ int chap_init ( struct chap_challenge *chap,
state_len = ( digest->ctxsize + digest->digestsize );
state = malloc ( state_len );
if ( ! state ) {
- DBG ( "CHAP %p could not allocate %d bytes for state\n",
+ DBG ( "CHAP %p could not allocate %zd bytes for state\n",
chap, state_len );
return -ENOMEM;
}