Commit ca066211 authored by Dr. Matthias St. Pierre's avatar Dr. Matthias St. Pierre
Browse files

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 bb8abd67.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
Reviewed-by: default avatarBernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9365)
parent 0904e312
Loading
Loading
Loading
Loading
+28 −33
Original line number Diff line number Diff line
@@ -7,9 +7,6 @@
 * https://www.openssl.org/source/license.html
 */

#ifndef HEADER_BSS_FILE_C
# define HEADER_BSS_FILE_C

#if defined(__linux) || defined(__sun) || defined(__hpux)
/*
 * Following definition aliases fopen to fopen64 on above mentioned
@@ -423,5 +420,3 @@ BIO *BIO_new_file(const char *filename, const char *mode)
}

#endif                         /* OPENSSL_NO_STDIO */

#endif                          /* HEADER_BSS_FILE_C */