CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/07/01 10:29:05
Modified files:
security/botan : Makefile
Log message:
The sha1 i386 assembler implementation uses esp as regular register.
This does not work well with the opportunistic stack-register protection,
the process may be aborted. Fall back to C implementation.
OK sthen@
