diff options
author | Richard Levitte <levitte@openssl.org> | 2010-11-22 23:04:41 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2010-11-22 23:04:41 +0100 |
commit | c8f0610d99fe660ab1073fde38ceb5c995719e3c (patch) | |
tree | bfe668ae4511530a4588eb8f22e09c79dbda5284 /makevms.com | |
parent | s390x.S: fix typo in bn_mul_words. (diff) | |
download | openssl-c8f0610d99fe660ab1073fde38ceb5c995719e3c.tar.xz openssl-c8f0610d99fe660ab1073fde38ceb5c995719e3c.zip |
Synchronise with Unix and do all other needed modifications to have it
build on VMS again.
Diffstat (limited to 'makevms.com')
-rwxr-xr-x | makevms.com | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/makevms.com b/makevms.com index 3005a45836..e1887e02e5 100755 --- a/makevms.com +++ b/makevms.com @@ -464,7 +464,7 @@ $ SDIRS := ,- BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,- BUFFER,BIO,STACK,LHASH,RAND,ERR,- EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,UI,KRB5,- - STORE,CMS,PQUEUE,TS,JPAKE + CMS,PQUEUE,TS,JPAKE,STORE,CMAC $ EXHEADER_ := crypto.h,opensslv.h,ebcdic.h,symhacks.h,ossl_typ.h $ EXHEADER__'ARCH' := opensslconf.h $ EXHEADER_OBJECTS := objects.h,obj_mac.h @@ -515,12 +515,13 @@ $ EXHEADER_COMP := comp.h $ EXHEADER_OCSP := ocsp.h $ EXHEADER_UI := ui.h,ui_compat.h $ EXHEADER_KRB5 := krb5_asn.h -$!EXHEADER_STORE := store.h,str_compat.h -$ EXHEADER_STORE := store.h $ EXHEADER_CMS := cms.h $ EXHEADER_PQUEUE := pqueue.h $ EXHEADER_TS := ts.h $ EXHEADER_JPAKE := jpake.h +$!EXHEADER_STORE := store.h,str_compat.h +$ EXHEADER_STORE := store.h +$ EXHEADER_CMAC := cmac.h $ $ I = 0 $ LOOP_SDIRS: |