Provide a libcrypto Makefile.inc for riscv64.
authorjsing <jsing@openbsd.org>
Fri, 7 Jul 2023 15:51:03 +0000 (15:51 +0000)
committerjsing <jsing@openbsd.org>
Fri, 7 Jul 2023 15:51:03 +0000 (15:51 +0000)
commit89d0201e7fde84df49dc008723399c338f494a03
treea2c433ef57bfbd0114e1e2492b17f831ee3d0a38
parent4dacb8188c6198cda12ba1173d5e8328b1fa84a7
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.
lib/libcrypto/arch/riscv64/Makefile.inc [new file with mode: 0644]