From 6928b6171ada6d0de5a024a188dc7a68094d2dca Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 3 Mar 2016 12:42:01 +0100 Subject: Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl Reviewed-by: Rich Salz --- Configurations/README.design | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Configurations/README.design') diff --git a/Configurations/README.design b/Configurations/README.design index 8b94e220e3..5a28ef3271 100644 --- a/Configurations/README.design +++ b/Configurations/README.design @@ -296,12 +296,12 @@ section above would be digested into a %unified_info table: "libcrypto" => [ "crypto", - "util/libeay.num", + "util/libcrypto.num", ], "libssl" => [ "ssl", - "util/ssleay.num", + "util/libssl.num", ], }, "programs" => @@ -442,7 +442,7 @@ etc. this library. 'ordinals' MAY be present, and when it is, its value is an array where the word is "crypto" or "ssl" and the file is one of the ordinal - files util/libeay.num or util/ssleay.num in the + files util/libcrypto.num or util/libssl.num in the source directory. This function has a choice; it can use the @@ -515,7 +515,7 @@ following calls: lib => "libssl", objs => [ "ssl/tls.o" ], deps => [ "libcrypto" ] - ordinals => [ "ssl", "util/ssleay.num" ]); + ordinals => [ "ssl", "util/libssl.num" ]); obj2lib(lib => "libssl" objs => [ "ssl/tls.o" ]); -- cgit v1.2.3