Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2021 18:12:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255277] Base OpenSSL is missing the symbol EVP_PKEY_meth_get_digestsign in /usr/lib/libcrypto.so
Message-ID:  <bug-255277-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255277

            Bug ID: 255277
           Summary: Base OpenSSL is missing the symbol
                    EVP_PKEY_meth_get_digestsign in /usr/lib/libcrypto.so
           Product: Base System
           Version: 12.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: bugs@FreeBSD.org
          Reporter: yuri@freebsd.org

This symbol is present in the static library:
> $ nm /usr/lib/libcrypto.a | grep EVP_PKEY_meth_get_digestsign
> 0000000000000ec0 T EVP_PKEY_meth_get_digestsign

but it is missing in the shared library:
> $ elfdump -a /usr/lib/libcrypto.so | grep EVP_PKEY_meth_get_digestsign

This was discovered when the port security/pkcs11-tools failed to build wit=
hout
explicitly making it to use the static library.

12.2-STABLE amd64

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255277-227>