Blame src/lib/crypto/ISSUES

Packit fd8b60
Issues to be addressed for src/lib/crypto: -*- text -*-
Packit fd8b60
Packit fd8b60
Packit fd8b60
Many files here and in subdirectories pollute the namespace.
Packit fd8b60
However, some applications wanting to directly use some of those
Packit fd8b60
routines will expect those names to be available.
Packit fd8b60
Packit fd8b60
Workaround: Shared library export lists?  Define and export internal
Packit fd8b60
names, and provide wrapper library code or weak functions under the
Packit fd8b60
polluting names?
Packit fd8b60
Packit fd8b60
Packit fd8b60
Some routines assume "int" is big enough to describe all buffers that
Packit fd8b60
may be supplied.