diff options
author | Richard Levitte <levitte@openssl.org> | 2021-05-06 08:40:18 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-05-07 10:13:23 +0200 |
commit | 5a86dac8620b31b3259a8a2f609f3c9d06a1a21b (patch) | |
tree | b06a1df63b840aed936e938ff304116043ddcc2e /providers/implementations/signature/sm2_sig.c | |
parent | changes: add note about application output formatting differences. (diff) | |
download | openssl-5a86dac8620b31b3259a8a2f609f3c9d06a1a21b.tar.xz openssl-5a86dac8620b31b3259a8a2f609f3c9d06a1a21b.zip |
Rename files in providers/implementations/signatures
It was discovered that eddsa.c exist in two places, here and in
crypto/ec/curve448/, which would result in a file name clash if they
ever end up in the same library.
To mitigate, we rename the copy in providers/implementations/signatures
to have '_sig' in the file name, and do the same with all other source
files in this directory, for consistency.
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15171)
Diffstat (limited to '')
-rw-r--r-- | providers/implementations/signature/sm2_sig.c (renamed from providers/implementations/signature/sm2sig.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/providers/implementations/signature/sm2sig.c b/providers/implementations/signature/sm2_sig.c index 8607a8b911..8607a8b911 100644 --- a/providers/implementations/signature/sm2sig.c +++ b/providers/implementations/signature/sm2_sig.c |