File zz-tls-padding.sh of Package gsi-helpers

LIBRARY="libtls-padding.so"

case "${LD_PRELOAD}" in
	*${LIBRARY}*)
		# Already there
		return 0
		;;
	"")
		;;
	*)
		LIBRARY="${LIBRARY}:"
		;;
esac

export LD_PRELOAD="${LIBRARY}${LD_PRELOAD}"
openSUSE Build Service is sponsored by