https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255277

            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: [email protected]
          Reporter: [email protected]

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 without
explicitly making it to use the static library.

12.2-STABLE amd64

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to