Skip to content

(PA-1941) Fix libnames for new OpenSSL dlls #1503

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

Merged
merged 1 commit into from
Aug 6, 2018

Conversation

caseywilliams
Copy link
Contributor

We need to copy openssl dlls around on windows. This commit updates the
names of those dlls since they changed in OpenSSL 1.1

Should be merged at the same time as puppetlabs/puppet-runtime#82

We need to copy openssl dlls around on windows. This commit updates the
names of those dlls since they changed in OpenSSL 1.1
"libeay32.dll",
platform.architecture == "x64" ? "libgcc_s_seh-1.dll" : "libgcc_s_sjlj-1.dll",
"ssleay32.dll"
"libssl-1_1#{ssl_postfix}.dll",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be cool if this info. was loaded as part of the yaml output for the settings. Maybe something like settings[:imported_libraries][:openssl].

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guess it won't matter once the PATH'ing stuff is fixed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, at this point the plan is to get pathing fixed soon anyway, so the refactor is unnecessary

@puppetcla
Copy link

CLA signed by all contributors.

@branan branan merged commit 9b0c4b7 into puppetlabs:master Aug 6, 2018
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.

5 participants