Skip to content

fix a warning

Ole Christian Eidheim requested to merge Arash-codedev:master into master

Created by: Arash-codedev

This commit is to fix the following warning:

 warning: value computed is not used [-Wunused-value]
         BIO_flush(b64);
                       ^

Merge request reports