diff options
author | Richard Levitte <levitte@openssl.org> | 2000-06-18 16:06:44 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-06-18 16:06:44 +0000 |
commit | 4b88270ba8237266680424bc043bca1cc73b90ac (patch) | |
tree | 19bca55d3faf1c854b805be9feace51bb7ffb730 /crypto/install.com | |
parent | c79223040d23678e79914e1e6afddea0487b3a6e (diff) | |
download | openssl-new-4b88270ba8237266680424bc043bca1cc73b90ac.tar.gz |
Modifications for VMS.
Diffstat (limited to 'crypto/install.com')
-rw-r--r-- | crypto/install.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/install.com b/crypto/install.com index 44cfc4e89a..10cfe4e404 100644 --- a/crypto/install.com +++ b/crypto/install.com @@ -68,7 +68,7 @@ $ EXHEADER_ASN1 := asn1.h,asn1_mac.h $ EXHEADER_PEM := pem.h,pem2.h $ EXHEADER_X509 := x509.h,x509_vfy.h $ EXHEADER_X509V3 := x509v3.h -$ EXHEADER_CONF := conf.h +$ EXHEADER_CONF := conf.h,conf_api.h $ EXHEADER_TXT_DB := txt_db.h $ EXHEADER_PKCS7 := pkcs7.h $ EXHEADER_PKCS12 := pkcs12.h |