-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
genserv.pl: fail with a message if openssl
is missing or failing
#16929
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
Conversation
Reported-by: W. Fixes curl#16926
Looks similar to #16928 😄 |
Yep :) I was a bit late, took your |
openssl
is missing or failing
openssl
is missing or failingopenssl
is missing or failing
It's not supposed to fail with any tool called `openssl` AFAIK. (But I did not check all possible variants) I meant this to catch BoringSSL which is NOT supporting this command, but that's silly because BoringSSL's tool is called `bssl`, so it won't be called at all in the first place.
- Use File::Spec->devnull() to get the null device path. Prior to this change we used NUL for Windows and /dev/null otherwise. Bug: curl#16929 (comment) Reported-by: Viktor Szakats Closes #xxxx
- Use File::Spec->devnull() to get the null device path. Prior to this change we used NUL for Windows native perl and /dev/null otherwise. Bug: curl#16929 (comment) Reported-by: Viktor Szakats
- Use File::Spec->devnull() to get the null device path. Prior to this change we used NUL for Windows native perl and /dev/null otherwise. Bug: curl#16929 (comment) Reported-by: Viktor Szakats Closes #xxxx
@graywolf Attribution question: What name would you prefer to attribute you in the commit message? |
|
Thanks @graywolf! |
- Use File::Spec->devnull() to get the null device path. Prior to this change we used NUL for Windows native perl and /dev/null otherwise. Bug: #16929 (comment) Reported-by: Viktor Szakats Closes #16930
Reported-by: Tomas Volf
Fixes #16926
Follow-up to 44341e7 #16824
Ref: #16928
Co-authored-by: Daniel Stenberg