Fix warning in reduced config
This commit is contained in:
parent
c122ae7612
commit
9d7821d774
@ -1103,6 +1103,11 @@ static char ssl_get_mac_order( ssl_context *ssl,
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Unused if AEAD is the only option */
|
||||
((void) ssl);
|
||||
((void) session);
|
||||
((void) mode);
|
||||
|
||||
return( MAC_NONE );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user