-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
CryptoPkg updates for newer openssl 3.x versions #6185
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
kraxel
commented
Sep 10, 2024
- CrtLibSupport: add sleep()
- CrtLibSupport: fix gettimeofday()
- CrtLibSupport: factor out EFI_TIME -> time_t calculation to new function
- CrtLibSupport: add mktime()
- CrtLibSupport: add timezone
- CrtLibSupport: add intptr_t
- openssl: add Library/OpensslLib/openssl to includes, drop e_os.h hack
Will be needed by openssl-3.2.x Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Turn gettimeofday() into a proper function with return value. Will be needed by openssl-3.2.x Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
No functional change. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Will be needed by openssl-3.2.x Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Will be needed by openssl-3.2.x Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Will be needed by openssl-3.4.x Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Adding $(OPENSSL_PATH)/e_os.h to the list of source files had the effect that $(OPENSSL_PATH)/ was added to the list of include directories. With the file being gone in openssl-3.2.x this doesn't work any more. Add the directory to the [Includes.Common.Private] section instead. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
LGTM |
jyao1
approved these changes
Sep 13, 2024
liyi77
approved these changes
Sep 13, 2024
mdkinney
added a commit
to mdkinney/edk2
that referenced
this pull request
Jan 12, 2025
Move local variable init to C statements to follow coding standard and remove the use of field names in structure initialization to maximize compiler compatibility. This issue was introduced by PR tianocore#6185 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
3 tasks
mergify bot
pushed a commit
that referenced
this pull request
Jan 13, 2025
Move local variable init to C statements to follow coding standard and remove the use of field names in structure initialization to maximize compiler compatibility. This issue was introduced by PR #6185 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
niruiyu
pushed a commit
to niruiyu/edk2
that referenced
this pull request
Feb 19, 2025
(cherry picked from commit 4218026) Move local variable init to C statements to follow coding standard and remove the use of field names in structure initialization to maximize compiler compatibility. This issue was introduced by PR tianocore#6185 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> (cherry picked from commit 4218026) Change-Id: I936e3268daef1c75e74d760869d3b82ec46dd3f1
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.