> --- openssl-1.0.0-stable-SNAP-20100211/test/tests.com_orig    2010-01-24 
> 19:04:13 -0600
> +++ openssl-1.0.0-stable-SNAP-20100211/test/tests.com 2010-02-16 15:22:02 
> -0600
> [...]
> +$    set default '__here'
> +$    sslroot = f$parse("sys$disk:[-.apps];",,,,"syntax_only") - "].;"+ ".]"
> +$    define /translation_attributes = concealed sslroot 'sslroot'
> [...]

   Isn't this the stuff we also decided to change to something more like
the following?

$       set default '__here'
$       set default [-.apps]
$       sslroot = f$parse( f$environment( "default"), , , , "no_conceal")
$       sslroot = sslroot - "][" - ".000000" - "].;" + ".]"
$       define /translation_attributes = concealed sslroot 'sslroot'
$       set default '__here'

   Either way, "set default '__here'" needs to be done before the other
work.  (And, with "set default [-.apps]", it needs to be done again,
afterward.)

   I'm losing track of which fixes are not getting incorporated into the
official source.

   Speaking of which, it's still not too late to add those "SSL_"
prefixes to the shared image names.  Just a thought.

------------------------------------------------------------------------

   Steven M. Schweda               s...@antinode-info
   382 South Warwick Street        (+1) 651-699-9818
   Saint Paul  MN  55105-2547
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to