-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Add missing prototype for FIPS callback #4870
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
Add missing prototype for FIPS callback #4870
Conversation
|
Travis failure is unrelated (see #4866) |
|
FWIW: this solved my issue in #4864 |
|
I have tested this patch for all combinations of VC-WIN32/VC-WIN64A, vc9/vc11/vc14/vc15 and dll's/static libs with OpenSSL-Fips-2.0.16. 'passed all tests' in all 16 instances. |
|
Thanks for your effort, @Jan-E! |
Fixes openssl#2533 The call to FIPS_crypto_set_id_callback() was added in revision a43cfd7, but there is no prototype for it in <openssl/fips.h>. Signed-off-by: Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
015e9c6 to
4a8e333
Compare
|
Rebased without changes to fix the fatalerrtest and get some green lights from the build bots. |
|
Pushed. Thanks. |
Fixes #2533 The call to FIPS_crypto_set_id_callback() was added in revision a43cfd7, but there is no prototype for it in <openssl/fips.h>. Signed-off-by: Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from #4870)
My pleasure. I gave all of you due credit: |
Fixes #2533
The call to FIPS_crypto_set_id_callback() was added in revision a43cfd7, but there is no prototype for it in <openssl/fips.h>.