icer_compression icon indicating copy to clipboard operation
icer_compression copied to clipboard

Fix compiling with only decode/encode support

Open cryptoAlgorithm opened this issue 2 years ago • 0 comments

Although support is provided for compiling with only encode/decode support thru the USE_ENCODE_FUNCTIONS and USE_DECODE_FUNCTIONS definitions respectively, some portions of the code are not properly wrapped with #ifdef conditions. This causes errors when only one of USE_ENCODE_FUNCTIONS or USE_DECODE_FUNCTIONS is defined as those functions rely on other functions that are correctly wrapped (and hence removed).

cryptoAlgorithm avatar Apr 26 '23 11:04 cryptoAlgorithm