From 77a8eb352fa39b1499300683c0445602e26c1239 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 4 Oct 2001 07:46:30 +0000 Subject: [PATCH] Since ossl_typ.h is an exported header, we sure need to export it on VMS as well :-). --- crypto/install.com | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/install.com b/crypto/install.com index d7aaa3f92e..29763391e1 100644 --- a/crypto/install.com +++ b/crypto/install.com @@ -38,7 +38,8 @@ $ SDIRS := ,MD2,MD4,MD5,SHA,MDC2,HMAC,RIPEMD,- BUFFER,BIO,STACK,LHASH,RAND,ERR,OBJECTS,- EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,- UI,KRB5 -$ EXHEADER_ := crypto.h,tmdiff.h,opensslv.h,opensslconf.h,ebcdic.h,symhacks.h +$ EXHEADER_ := crypto.h,tmdiff.h,opensslv.h,opensslconf.h,ebcdic.h,- + symhacks.h,ossl_typ.h $ EXHEADER_MD2 := md2.h $ EXHEADER_MD4 := md4.h $ EXHEADER_MD5 := md5.h -- 2.25.1