]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Move tls_pad.c into ssl/record/methods
authorMatt Caswell <matt@openssl.org>
Tue, 1 Nov 2022 15:57:56 +0000 (15:57 +0000)
committerHugo Landau <hlandau@openssl.org>
Mon, 14 Nov 2022 07:51:17 +0000 (07:51 +0000)
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)

ssl/record/build.info
ssl/record/methods/build.info
ssl/record/methods/tls_pad.c [moved from ssl/record/tls_pad.c with 100% similarity]

index 13238863a6aa18c25df0ba509658777b222ea0b6..42bc3f36118a75317aabfd1415323b0457de5ff4 100644 (file)
@@ -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
 
index f31acd10b923a2e5b366819a8cc6a963a35d1100..8b1af5dd5d51124cc174e2d250bc30e0de33f36b 100644 (file)
@@ -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
+