Skip to content

Commit

Permalink
Move tls_pad.c into ssl/record/methods
Browse files Browse the repository at this point in the history
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 #19586)
  • Loading branch information
mattcaswell authored and hlandau committed Nov 14, 2022
1 parent 1e42708 commit c89c21f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ssl/record/build.info
Expand Up @@ -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

7 changes: 7 additions & 0 deletions ssl/record/methods/build.info
Expand Up @@ -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

File renamed without changes.

0 comments on commit c89c21f

Please sign in to comment.