]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
BIO: Make source file names in crypto/bio/ consistent
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sat, 12 Jun 2021 11:47:38 +0000 (13:47 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Tue, 15 Jun 2021 12:23:29 +0000 (14:23 +0200)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15722)

crypto/bio/bio_addr.c [moved from crypto/bio/b_addr.c with 100% similarity]
crypto/bio/bio_dump.c [moved from crypto/bio/b_dump.c with 100% similarity]
crypto/bio/bio_print.c [moved from crypto/bio/b_print.c with 100% similarity]
crypto/bio/bio_sock.c [moved from crypto/bio/b_sock.c with 100% similarity]
crypto/bio/bio_sock2.c [moved from crypto/bio/b_sock2.c with 100% similarity]
crypto/bio/build.info
crypto/bio/ossl_core_bio.c [moved from crypto/bio/core_bio.c with 100% similarity]

similarity index 100%
rename from crypto/bio/b_addr.c
rename to crypto/bio/bio_addr.c
similarity index 100%
rename from crypto/bio/b_dump.c
rename to crypto/bio/bio_dump.c
similarity index 100%
rename from crypto/bio/b_print.c
rename to crypto/bio/bio_print.c
similarity index 100%
rename from crypto/bio/b_sock.c
rename to crypto/bio/bio_sock.c
similarity index 100%
rename from crypto/bio/b_sock2.c
rename to crypto/bio/bio_sock2.c
index ba7e358c2902b522410770c892a03f4b2f634e34..b203ed5e63fe3325632cd3397eb49246b5d5ea6e 100644 (file)
@@ -3,9 +3,9 @@ LIBS=../../libcrypto
 # Base library
 SOURCE[../../libcrypto]=\
         bio_lib.c bio_cb.c bio_err.c \
-        b_print.c b_dump.c b_addr.c \
-        b_sock.c b_sock2.c \
-        bio_meth.c core_bio.c
+        bio_print.c bio_dump.c bio_addr.c \
+        bio_sock.c bio_sock2.c \
+        bio_meth.c ossl_core_bio.c
 
 # Source / sink implementations
 SOURCE[../../libcrypto]=\