mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
wpa_supplicant: clean up unused variable warning
This commit is contained in:
@@ -668,6 +668,7 @@ mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y)
|
|||||||
} else {
|
} else {
|
||||||
#endif
|
#endif
|
||||||
#ifdef BN_S_MP_EXPTMOD_C
|
#ifdef BN_S_MP_EXPTMOD_C
|
||||||
|
(void) dr;
|
||||||
/* otherwise use the generic Barrett reduction technique */
|
/* otherwise use the generic Barrett reduction technique */
|
||||||
return s_mp_exptmod (G, X, P, Y, 0);
|
return s_mp_exptmod (G, X, P, Y, 0);
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user