mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
Move tls_pad.c into ssl/record/methods
This file is used by libssl record layer methods and therefore should now be in the methods subdir Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19586)
This commit is contained in:
parent
1e42708e17
commit
c89c21f8f5
@ -13,11 +13,5 @@ ENDIF
|
||||
SOURCE[../../libssl]=\
|
||||
rec_layer_s3.c rec_layer_d1.c ssl3_record.c
|
||||
|
||||
# For shared builds we need to include the sources needed in providers
|
||||
# (tls_pad.c) in libssl as well.
|
||||
SHARED_SOURCE[../../libssl]=tls_pad.c
|
||||
|
||||
SOURCE[../../providers/libcommon.a]=tls_pad.c
|
||||
|
||||
DEFINE[../../libssl]=$AESDEF
|
||||
|
||||
|
@ -14,3 +14,10 @@ IF[{- !$disabled{'deprecated-3.0'} -}]
|
||||
ENDIF
|
||||
|
||||
SOURCE[../../../providers/libdefault.a ../../../providers/libfips.a]=ssl3_cbc.c
|
||||
|
||||
# For shared builds we need to include the sources needed in providers
|
||||
# (tls_pad.c) in libssl as well.
|
||||
SHARED_SOURCE[../../../libssl]=tls_pad.c
|
||||
|
||||
SOURCE[../../../providers/libcommon.a]=tls_pad.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user