Skip to content

Fixed compilation with LibreSSL#27

Open
abakay wants to merge 1 commit into
jbeverly:masterfrom
abakay:libressl
Open

Fixed compilation with LibreSSL#27
abakay wants to merge 1 commit into
jbeverly:masterfrom
abakay:libressl

Conversation

@abakay

@abakay abakay commented Aug 29, 2020

Copy link
Copy Markdown

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 and let me know could it be merged?

Thanks,
Andriy

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

Successfully merging this pull request may close these issues.

1 participant