Remove HEADER_BSS_FILE_C module include guard
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 4 Jul 2019 10:38:43 +0000 (12:38 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Wed, 24 Jul 2019 13:48:53 +0000 (15:48 +0200)
commitb23217a144d007a35875136ad744a5824a6a6306
tree4ffed20f76a269f0332050a786adc32e763142f6
parent6de1fe90860ddfe768864838637f681537f3f108
Remove HEADER_BSS_FILE_C module include guard

This include guard inside an object file comes as a surprise and
serves no purpose anymore. It seems like this object file was
included by crypto/threads/mttest.c at some time, but the include
directive was removed in commit bb8abd6.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9364)
crypto/bio/bss_file.c