Move to REF_DEBUG, for consistency.
[openssl.git] / util / pl / ultrix.pl
index 9302de95dfc7101521b661ffa2b05fb3a6f9d38b..188779479877ac2f05df5354ec44e0d7112cc072 100644 (file)
@@ -11,11 +11,11 @@ $rm='/bin/rm -f';
 
 $cc='cc';
 if ($debug)
-       { $cflags="-g -DREF_CHECK -DCRYPTO_MDEBUG"; }
+       { $cflags="-g -DREF_DEBUG"; }
 else
        { $cflags="-O2"; }
 
-$cflags.=" -DNOPROTO -DNOCONST -DL_ENDIAN";
+$cflags.=" -std1 -DL_ENDIAN";
 
 if (!$no_asm)
        {