Add KDF support to pkeyutl. Update documentation.
[oweals/openssl.git] / util / pl / ultrix.pl
index c5e3be861c5fef360b8b8af97454739d2efd1a0c..2cccd115a099e5db816a36a8cf646c0e60d6af31 100644 (file)
@@ -11,7 +11,7 @@ $rm='/bin/rm -f';
 
 $cc='cc';
 if ($debug)
-       { $cflags="-g -DREF_CHECK"; }
+       { $cflags="-g -DREF_DEBUG"; }
 else
        { $cflags="-O2"; }
 
@@ -31,7 +31,7 @@ sub do_link_rule
        $file =~ s/\//$o/g if $o ne '/';
        $n=&bname($target);
        $ret.="$target: $files $dep_libs\n";
-       $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
+       $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
        return($ret);
        }