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

Check for the openssl library and always assign OPENSSL_LIBS #1351

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

nichamon
Copy link
Collaborator

@nichamon nichamon commented Feb 1, 2024

Without the patch, the build variable OPENSSL_LIBS is only assigned when ovis_auth is enabled. However, LDMS uses OpenSSL to generate digests for LDMS Sets. The patch ensures that OPENSSL_LIBS is always populated.

Without the patch, the build variable OPENSSL_LIBS is only assigned when
`ovis_auth` is enabled. However, LDMS uses OpenSSL to generate digests
for LDMS Sets. The patch ensures that OPENSSL_LIBS is always populated.
@nichamon nichamon requested a review from narategithub February 1, 2024 18:50
@nichamon
Copy link
Collaborator Author

nichamon commented Feb 1, 2024

I found this nit because I'm building LDMS without ovis_auth, and the build failed.

@tom95858 tom95858 merged commit 3cbd73e into ovis-hpc:OVIS-4 Feb 2, 2024
14 checks passed
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.

2 participants