Yo Bugs!

The openSSL package is great.  Here are the details, followed by the
trivial patch to make it work on UnixWare 7.1.0

# uname -a
UnixWare ws1 5 7.1.0 i386 x86at SCO UNIX_SVR5

Here are the details:

# /usr/local/ssl/bin/openssl version -a
OpenSSL 0.9.4 09 Aug 1999
built on: Tue Jan  4 15:36:28 PST 2000
platform: unixware-2.0
options:  bn(32,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) idea(int) 
blowfish(idx) 
compiler: cc -O -DFILIO_H

# ./config -t
Operating system: i386-whatever-UnixWare
Configuring for unixware-2.0
/usr/bin/perl ./Configure unixware-2.0 386

using the default SCO cc:
# cc -V    
UX:cc: INFO: Optimizing C Compilation System  (CCS) 3.2  03/03/99 \
(CA-unk_voyager5)

Here is the diff (diff -urN does not work):

# diff -c config.old config  
*** config.old  Tue Jan  4 15:36:26 2000
--- config      Tue Jan  4 15:35:49 2000
***************
*** 414,419 ****
--- 414,420 ----
    *86*-*-bsdi4) OUT="bsdi-elf-gcc" ;;
    *-*-osf) OUT="alpha-cc" ;;
    *-*-unixware*) OUT="unixware-2.0" ;;
+   *-*-UnixWare*) OUT="unixware-2.0" ;;
    BS2000-siemens-sysv4) OUT="BS2000-OSD" ;;
    RM*-siemens-sysv4) OUT="ReliantUNIX" ;;
    *-siemens-sysv4) OUT="SINIX" ;;

A tad ugly, but it works great!  

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 20340 Empire Ave, Suite E-3, Bend, OR 97701
        [EMAIL PROTECTED]  Tel:+1(541)382-8588 Fax: +1(541)382-8676
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to