aboutsummaryrefslogtreecommitdiffstats
path: root/util/pl/BC-32.pl
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 /util/pl/BC-32.pl
parent65963bbe842e905a92f8b57d310a44928aa60797 (diff)
downloadopenssl-6928b6171ada6d0de5a024a188dc7a68094d2dca.tar.gz
Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/pl/BC-32.pl')
-rw-r--r--util/pl/BC-32.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index 57384bba1e..ef21b58585 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -2,8 +2,8 @@
# Borland C++ builder 3 and 4 -- Janez Jere <jj@void.si>
#
-$ssl= "ssleay32";
-$crypto="libeay32";
+$ssl= "libssl32";
+$crypto="libcrypto32";
$o='\\';
$cp='copy';