CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/07 09:51:03
Added files:
lib/libcrypto/arch/riscv64: Makefile.inc
Log message:
Provide a libcrypto Makefile.inc for riscv64.
This is currently no different from the existing behaviour and just pulls
in the C code that would have previously been built. However, it means that
OPENSSL_NO_ASM is no longer being defined by the main libcrypto Makefile,
which in turn will allow us to implement assembly optimisations.
