summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-09-30 14:32:49 -0400
committerRich Salz <rsalz@openssl.org>2015-10-02 14:22:05 -0400
commit9982cbbbf65473418661f5aa1f05e7ef88ada801 (patch)
tree7cc0e6c10dcd5ec1d8c2c8538ac9c0cebea919da /include
parent57e4e926da904677be06d29c4c756303be8293b0 (diff)
Remove BIO_s_file_internal macro.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/bio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 0577bd8751..f0fbc5bf73 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -635,7 +635,6 @@ int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
BIO_METHOD *BIO_s_file(void);
BIO *BIO_new_file(const char *filename, const char *mode);
-# define BIO_s_file_internal BIO_s_file
# ifndef OPENSSL_NO_STDIO
BIO *BIO_new_fp(FILE *stream, int close_flag);
# endif