rename the digest provider files to avoid any name clashes with other…#9083
rename the digest provider files to avoid any name clashes with other…#9083slontis wants to merge 1 commit intoopenssl:masterfrom
Conversation
| @@ -1,17 +1,17 @@ | |||
| SOURCE[../../../libcrypto]=\ | |||
| null.c | |||
| null_prov.c | |||
There was a problem hiding this comment.
Oh, right, I noticed that one yesterday... why does it exist at all?
Note that this isn't meant to impact this PR, but is rather a heads up for another cleanup PR
There was a problem hiding this comment.
this is equivalent to EVP_MD null_md. I dont know if it is needed or not.
|
I'd like to know what it was that gave this away? I might encounter similar issues with #8877, so if there's some automated way we can use to detect this sort of mistake, that would be great. |
mattcaswell
left a comment
There was a problem hiding this comment.
Travis failure is unrelated and is instead due to #9042 (comment)
We were using |
|
Here's a script I created to check for duplicate object names in the static library: |
… folders Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #9083)
… folders
Checklist