Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed compilation with LibreSSL #33

Open
abakay opened this issue Jun 7, 2021 · 0 comments
Open

Fixed compilation with LibreSSL #33

abakay opened this issue Jun 7, 2021 · 0 comments

Comments

@abakay
Copy link

abakay commented Jun 7, 2021

Hi @jbeverly,

Recently I had problem with security/pam_ssh_agent_auth port on FreeBSD 12.1 with LibreSSL 3.1.4. The port itself compiled fine, but during runtime it gave the following error:

sudo: in try_dlopen(): /usr/local/lib/pam_ssh_agent_auth.so: (null): Undefined symbol "RSA_get0_e"

This is due LibreSSL doesn't have 'RSA_get0_*’ function(s). So, I did little correction, compile it on FreeBSD 12.1-RELEASE-p8 as port and it is working with LibreSSL 3.1.4.

Could you please review my changes below and let me know could it be merged?

Originally posted by @abakay in #27

Thanks,
Andriy

@abakay abakay changed the title Hi @jbeverly, Fixed compilation with LibreSSL Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant