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)
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
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
+