diff options
author | Sebastian Andrzej Siewior <sebastian@breakpoint.cc> | 2020-04-25 20:29:48 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-04-28 12:09:11 +0200 |
commit | cf86057a1acd13b13c9bd8f7b8a14bbc0e3ffd56 (patch) | |
tree | bc7161db02b171d9239f48d1e26a2b5997a78c55 /crypto/ec/ec_asn1.c | |
parent | Fix GOST curve sec bits (diff) | |
download | openssl-cf86057a1acd13b13c9bd8f7b8a14bbc0e3ffd56.tar.xz openssl-cf86057a1acd13b13c9bd8f7b8a14bbc0e3ffd56.zip |
Configurations: Identify the shell variables around MANSUFFIX
With MANSUFFIX=A the statement '$$fn$(MANSUFFIX)' is reaplaces with
'$fnA' and left empty because the `fnA' variables is not recognized
within the shell.
With {} around fn it is then bocomes ${fn}A and works as expected.
While here, add the MANSUFFIX to the ECHO line so it is properly printed
during build.
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11643)
Diffstat (limited to 'crypto/ec/ec_asn1.c')
0 files changed, 0 insertions, 0 deletions