-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Remove deprecated things from crypto_compat.h and dependent tests. #4344
Remove deprecated things from crypto_compat.h and dependent tests. #4344
Conversation
Signed-off-by: TRodziewicz <[email protected]>
Signed-off-by: TRodziewicz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good to me, but the CI is not fully happy:
******************************************************************
* check_doxygen_warnings: Check: doxygen warnings (builds the documentation)
* Fri Apr 16 21:18:25 UTC 2021
******************************************************************
/var/lib/build/include/psa/crypto.h:779: warning: explicit link request to 'PSA_KEY_TYPE_GET_CURVE' could not be resolved
FAIL
^^^^check_doxygen_warnings: Check: doxygen warnings (builds the documentation): tests/scripts/doxygen.sh -> 1^^^^
EDIT: IGNORE THIS - SEE BELOW! Note: the doxygen warning only occurs in the
(Replace Then you should be able to reproduce the issue y running |
Oh, so this can be ignored for the purpose of merging this PR. Thanks Gille for clarifying that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and Gilles clarified that the doxygen issue was pre-existent and is already being fixed elsewhere, so we're good to go.
Uh, sorry if I was unclear, I meant that we should wait to merge this PR until 3.0 is up-to-date. I've made a PR to update 3.0. Never mind about merging this PR, let's just merge #4366 quickly. |
Aw, I'll review 4366 quickly then. |
…_crypto_compat_h Remove deprecated things from crypto_compat.h and dependent tests.
Signed-off-by: TRodziewicz [email protected]
Description
Remove deprecated things in psa/crypto_compat.h. For more details see the originating issue.
Fixes: #4284
Status
READY
Requires Backporting
NO
Todos