diff options
author | Richard Levitte <levitte@openssl.org> | 2002-06-27 11:18:45 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-06-27 11:18:45 +0200 |
commit | 1fbcfbe6930bf648752320da163e693a1176e805 (patch) | |
tree | cfc5f09921b0fed6b08388b98f1daa7892a9c90a /install.com | |
parent | The general debug target must specify that it doesn't use assembler routines. (diff) | |
download | openssl-1fbcfbe6930bf648752320da163e693a1176e805.tar.xz openssl-1fbcfbe6930bf648752320da163e693a1176e805.zip |
There is no RSAREF any more, so do not ty to install it.
PR: 106
Diffstat (limited to 'install.com')
-rw-r--r-- | install.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.com b/install.com index 86fae7e872..4e4fe80dfe 100644 --- a/install.com +++ b/install.com @@ -52,7 +52,7 @@ $ IF F$PARSE("WRK_SSLPRIVATE:") .EQS. "" THEN - $ IF F$PARSE("WRK_SSLROOT:[VMS]") .EQS. "" THEN - CREATE/DIR/LOG WRK_SSLROOT:[VMS] $ -$ SDIRS := CRYPTO,SSL,RSAREF,APPS,VMS!,TEST,TOOLS +$ SDIRS := CRYPTO,SSL,APPS,VMS!,RSAREF,TEST,TOOLS $ EXHEADER := e_os2.h $ $ COPY 'EXHEADER' WRK_SSLINCLUDE: /LOG |