[#56] [PATCH] OpenSSL-1.0.0o VMS install cosmetic issue
Summary [PATCH] OpenSSL-1.0.0o VMS install cosmetic issue
Queue OpenSSL on VMS
Type Bug
State Resolved
Priority 1. Low
Owners
Requester Zoltan Arpadffy <zoli (at) polarhome (dot) com>
Created 10/17/2014 (3943 days ago)
Due
Updated 03/30/2015 (3779 days ago)
Assigned
Resolved 03/30/2015 (3779 days ago)
Attachments

History
03/30/2015 Zoltan Arpadffy Comment #2
State ⇒ Resolved
Reply to this comment
fixed in OpenSSL-1.0.0p
10/17/2014 Zoltan Arpadffy Comment #1
State ⇒ Accepted
Queue ⇒ OpenSSL on VMS
Summary ⇒ [PATCH] OpenSSL-1.0.0o VMS install cosmetic issue
Type ⇒ Bug
Priority ⇒ 1. Low
Reply to this comment
Hi,

On OpenVMS the install shows and error:
%COPY-E-OPENIN, error opening 
DUA3:[WORK.OPENSSL-100O.CRYPTO.SRP]SRP.H; as input
-RMS-E-DNF, directory not found
-SYSTEM-W-NOSUCHFILE, no such file
Installing SSL files.

This is a cosmetic issue, that is simply solved with the following patch.

SYSTEM@ia64$ mc DKA0:[UTIL]gdiff.exe -p 
dka0:[work.openssl-100o.crypto]install-crypto.com;1 
dka0:[work.openssl-100o.crypto]install-crypto.com;2
*** dka0:[work.openssl-100o.crypto]install-crypto.com;1        Wed Oct 
15 13:51:13 2014
--- dka0:[work.openssl-100o.crypto]install-crypto.com;2        Fri Oct 
17 09:32:28 2014
*************** $ exheader_cms := cms.h
*** 139,145 ****
   $ exheader_pqueue := pqueue.h
   $ exheader_ts := ts.h
   $ exheader_jpake := jpake.h
- $ exheader_srp := srp.h
   $ exheader_store := store.h
   $ exheader_cmac := cmac.h
   $ libs := ssl_libcrypto
--- 139,144 ----

Thanks.

Regards,
Z