Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl
[openssl.git] / util / pl / netware.pl
index d4361e6d406e3c9d3859dba0c4781cb71bc086b8..070c7aa79c59917e439d7ebe92da6b6a3c0f5412 100644 (file)
@@ -90,8 +90,8 @@ $include_path = join(" -I", split(/;/, $include_path));
 # check for gcc compiler
 $gnuc = $ENV{"GNUC"};
 
-#$ssl=   "ssleay32";
-#$crypto="libeay32";
+#$ssl=   "libssl32";
+#$crypto="libcrypto32";
 
 if ($gnuc)
 {