~ubuntu-branches/ubuntu/lucid/openssl/lucid-proposed

« back to all changes in this revision

Viewing changes to makevms.com

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-06-13 18:15:46 UTC
  • mto: (11.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090613181546-vbfntai3b009dl1u
Tags: upstream-0.9.8k
ImportĀ upstreamĀ versionĀ 0.9.8k

Show diffs side-by-side

added added

removed removed

Lines of Context:
429
429
$ SDIRS := ,-
430
430
   OBJECTS,-
431
431
   MD2,MD4,MD5,SHA,MDC2,HMAC,RIPEMD,-
432
 
   DES,RC2,RC4,RC5,IDEA,BF,CAST,CAMELLIA,SEED,-
433
 
   BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,AES,-
 
432
   DES,AES,RC2,RC4,RC5,IDEA,BF,CAST,CAMELLIA,SEED,-
 
433
   BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,-
434
434
   BUFFER,BIO,STACK,LHASH,RAND,ERR,-
435
435
   EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,UI,KRB5,-
436
 
   STORE,PQUEUE
 
436
   STORE,CMS,PQUEUE,JPAKE
437
437
$ EXHEADER_ := crypto.h,tmdiff.h,opensslv.h,opensslconf.h,ebcdic.h,symhacks.h,-
438
438
                ossl_typ.h
439
439
$ EXHEADER_OBJECTS := objects.h,obj_mac.h
445
445
$ EXHEADER_HMAC := hmac.h
446
446
$ EXHEADER_RIPEMD := ripemd.h
447
447
$ EXHEADER_DES := des.h,des_old.h
 
448
$ EXHEADER_AES := aes.h
448
449
$ EXHEADER_RC2 := rc2.h
449
450
$ EXHEADER_RC4 := rc4.h
450
451
$ EXHEADER_RC5 := rc5.h
462
463
$ EXHEADER_ECDH := ecdh.h
463
464
$ EXHEADER_DSO := dso.h
464
465
$ EXHEADER_ENGINE := engine.h
465
 
$ EXHEADER_AES := aes.h
466
466
$ EXHEADER_BUFFER := buffer.h
467
467
$ EXHEADER_BIO := bio.h
468
468
$ EXHEADER_STACK := stack.h,safestack.h
484
484
$ EXHEADER_KRB5 := krb5_asn.h
485
485
$!EXHEADER_STORE := store.h,str_compat.h
486
486
$ EXHEADER_STORE := store.h
 
487
$ EXHEADER_CMS := cms.h
487
488
$ EXHEADER_PQUEUE := pqueue.h,pq_compat.h
 
489
$ EXHEADER_JPAKE := jpake.h
488
490
$
489
491
$ I = 0
490
492
$ LOOP_SDIRS: