Edit

IABSD.fr/ports/security/openssl

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2024-07-09 08:55:16
    Hash : 10b0b713
    Message : Fix riscv64 AES_set_decrypt_key asm Current code uses jal ra,AES_set_encrypt_key which breaks with lld producing a shared lib. Just use call AES_set_encrypt_key to get a relocation that lld agrees with. Input + ok tb@ (maintainer) Fixes build of sysutils/borgbackup/2.0 on riscv64