[openssl/openssl] d2e03c: Link libatomic on riscv32

James Muir noreply at github.com
Thu Oct 26 14:25:17 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: d2e03c60347e19509e18a33ecb7f74502feb42ef
      https://github.com/openssl/openssl/commit/d2e03c60347e19509e18a33ecb7f74502feb42ef
  Author: Khem Raj <raj.khem at gmail.com>
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
    M Configurations/10-main.conf

  Log Message:
  -----------
  Link libatomic on riscv32

GCC toolchains on linux are not able to build libcrypto without linking
to libatomic as it does not have all needed atomics implemented as
intrinsics

Fixes errors like

| ld: ./libcrypto.so: undefined reference to `__atomic_is_lock_free'

CLA: trivial
Signed-off-by: Khem Raj <raj.khem at gmail.com>

Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22460)


  Commit: 62f8606a0a3d881581b23a7910241f56ba0bf5a6
      https://github.com/openssl/openssl/commit/62f8606a0a3d881581b23a7910241f56ba0bf5a6
  Author: James Muir <james at openssl.org>
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
    M doc/man7/ossl-guide-tls-introduction.pod

  Log Message:
  -----------
  doc: change "certifictes" to "certificates"

Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22446)


Compare: https://github.com/openssl/openssl/compare/e2f69d435bdc...62f8606a0a3d


More information about the openssl-commits mailing list