mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 07:00:51 +02:00
a8024a32c5
When WOLFSSL_ECIES_OLD is defined you get an unused warning in ecc.c / wc_ecc_encrypt_ex(). Just suppress it by "using" the parameter.