[openssl/openssl] 492bcc: Link libatomic on riscv32

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


  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: 492bccfc0aca055638407bba44671141ffe7111a
      https://github.com/openssl/openssl/commit/492bccfc0aca055638407bba44671141ffe7111a
  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)

(cherry picked from commit d2e03c60347e19509e18a33ecb7f74502feb42ef)


  Commit: 017fc90a1c3cc02b272c7adc8d1e9ffd7344b2b0
      https://github.com/openssl/openssl/commit/017fc90a1c3cc02b272c7adc8d1e9ffd7344b2b0
  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)

(cherry picked from commit 62f8606a0a3d881581b23a7910241f56ba0bf5a6)


Compare: https://github.com/openssl/openssl/compare/e63c1a1eab6f...017fc90a1c3c


More information about the openssl-commits mailing list