summaryrefslogtreecommitdiffstats
path: root/Configurations/README.design
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-03 12:42:01 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-05 09:02:33 +0100
commit6928b6171ada6d0de5a024a188dc7a68094d2dca (patch)
tree6b5e3cd2c2f61283473513c6fe7bc4b7f7f36a9c /Configurations/README.design
parent65963bbe842e905a92f8b57d310a44928aa60797 (diff)
Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations/README.design')
-rw-r--r--Configurations/README.design8
1 files changed, 4 insertions, 4 deletions
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" ]);