mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Fix compiler warnings that appear only on OpenBSD.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user