output debug messages to standard error stream #594
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently macros OQS_*_PRINTF? call function printf(..). Debug message is mixed with regular program output and this break functionality. For instance if output of one program is redirected as input to another one.
Technically this is request is to replace "printf" with "fprintf(stderr," and if needed to include stdio.h header.
In addition oqsprov/oqsprov.c also calls printf once.
The text was updated successfully, but these errors were encountered: