On Mon, 3 Jan 2005, Andy Polyakov wrote:
> Eight \$ is not only ugly, but presumably has everything to do with
> current amount of recursive invocations of make... Can we settle for
> -DDEVRANDOM=\"/dev/urandom\\x24\" instead?
>
> As for PATH=$TOP/apps\;$TOP\;$PATH in openssl_fips_fingerprint. The
> reason why PATH is quoted in original version is to allow spaces in
> $PATH. Is there possibility for DJ run-time environment to suffer from
> this as well? In which case PATH="$TOP/apps;$TOP;$PATH" might be more
> appropraite... Care to comment on this? A.
I tested both of your changes, and they seem to work fine. I never
thought of using the "\\x24" instead of "$". Thanks; that works nicely.
Taking out the quotes for PATH was an oversight on my part. Your PATH
statement works just fine and should be robust to spaces in $PATH.
Doug
--
Doug Kaufman
Internet: [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]