-
Notifications
You must be signed in to change notification settings - Fork 834
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
Update to the maxq10xx support #7824
Conversation
retest this please |
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.
Only one small issue
wolfcrypt/src/random.c
Outdated
@@ -3913,6 +3913,17 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz) | |||
|
|||
#define USE_TEST_GENSEED | |||
|
|||
#elif defined(WOLFSSL_MAXQ108X) || defined(WOLFSSL_MAXQ1065) |
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.
I see this code already in random.c above at line 3829... I think you can remove this
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.
Good call, thanks; Fixed!
4da052e
to
52922ee
Compare
Force pushed to run CI |
52922ee
to
29a5cc3
Compare
@anhu I rebased this for you... |
All tests pass, reviewed and approved. Please merge at earliest convenience . |
No description provided.