mirror of https://github.com/openssl/openssl.git
Fix indentation
Reviewed-by: Hugo Landau <hlandau@devever.net> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/25598)
This commit is contained in:
parent
fc875389ee
commit
6d55700499
|
@ -4,6 +4,6 @@ $COMMON=lms_params.c lms_pubkey_decode.c lms_key.c lm_ots_params.c \
|
|||
lm_ots_verify.c lms_sig.c lms_sig_decoder.c lms_verify.c
|
||||
|
||||
IF[{- !$disabled{'lms'} -}]
|
||||
SOURCE[../../libcrypto]=$COMMON
|
||||
SOURCE[../../providers/libfips.a]=$COMMON
|
||||
SOURCE[../../libcrypto]=$COMMON
|
||||
SOURCE[../../providers/libfips.a]=$COMMON
|
||||
ENDIF
|
||||
|
|
Loading…
Reference in New Issue