On Wed, 12 May 1999 15:27:17 -0400 (EDT), I wrote:

> I'm trying to compile OpenSSL, with the Digital C compiler (alpha-cc),
> but I'm running into troubles. (on DU 4.0d and 4.0e)

As suggested by Ulf Möller, I obtained the latest development source
and that seems to function as expected.

(Of course some of the installation has changed. I am curious to know
why the location of openssl.cnf has changed)

I would like to submit the following patch for CA.pl (see appended). It
isn't very significant, I admit, but it does remove one "bareword"
warning if run with perl -w.

-- 
----------------------------------------------------------------------
Sylvain Robitaille                              [EMAIL PROTECTED]
 
Systems Manager                                   Concordia University
Instructional & Information Technology        Montreal, Quebec, Canada
----------------------------------------------------------------------
*** apps/CA.pl.original Sat Jan  2 11:02:24 1999
--- apps/CA.pl  Tue May 18 18:02:04 1999
***************
*** 68,74 ****
                # if explictly asked for or it doesn't exist then setup the
                # directory structure that Eric likes to manage things 
            $NEW="1";
!           if ( "$NEW" || ! -f ${CATOP}/serial ) {
                # create the directory hierarchy
                mkdir $CATOP, $DIRMODE;
                mkdir "${CATOP}/certs", $DIRMODE;
--- 68,74 ----
                # if explictly asked for or it doesn't exist then setup the
                # directory structure that Eric likes to manage things 
            $NEW="1";
!           if ( "$NEW" || ! -f "${CATOP}/serial" ) {
                # create the directory hierarchy
                mkdir $CATOP, $DIRMODE;
                mkdir "${CATOP}/certs", $DIRMODE;

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to