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

« back to all changes in this revision

Viewing changes to crypto/install.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:
35
35
$       SDIRS := ,-
36
36
                 OBJECTS,-
37
37
                 MD2,MD4,MD5,SHA,MDC2,HMAC,RIPEMD,-
38
 
                 DES,RC2,RC4,RC5,IDEA,BF,CAST,CAMELLIA,SEED,-
39
 
                 BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,AES,-
 
38
                 DES,AES,RC2,RC4,RC5,IDEA,BF,CAST,CAMELLIA,SEED,-
 
39
                 BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,-
40
40
                 BUFFER,BIO,STACK,LHASH,RAND,ERR,-
41
41
                 EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,-
42
42
                 UI,KRB5,-
43
 
                 STORE,PQUEUE
 
43
                 STORE,PQUEUE,JPAKE
44
44
$       EXHEADER_ := crypto.h,tmdiff.h,opensslv.h,opensslconf.h,ebcdic.h,-
45
45
                symhacks.h,ossl_typ.h
46
46
$       EXHEADER_OBJECTS := objects.h,obj_mac.h
52
52
$       EXHEADER_HMAC := hmac.h
53
53
$       EXHEADER_RIPEMD := ripemd.h
54
54
$       EXHEADER_DES := des.h,des_old.h
 
55
$       EXHEADER_AES := aes.h
55
56
$       EXHEADER_RC2 := rc2.h
56
57
$       EXHEADER_RC4 := rc4.h
57
58
$       EXHEADER_RC5 := rc5.h
69
70
$       EXHEADER_ECDH := ecdh.h
70
71
$       EXHEADER_DSO := dso.h
71
72
$       EXHEADER_ENGINE := engine.h
72
 
$       EXHEADER_AES := aes.h
73
73
$       EXHEADER_BUFFER := buffer.h
74
74
$       EXHEADER_BIO := bio.h
75
75
$       EXHEADER_STACK := stack.h,safestack.h
92
92
$!      EXHEADER_STORE := store.h,str_compat.h
93
93
$       EXHEADER_STORE := store.h
94
94
$       EXHEADER_PQUEUE := pqueue.h,pq_compat.h
 
95
$       EXHEADER_JPAKE := jpake.h
95
96
$       LIBS := LIBCRYPTO
96
97
$
97
98
$       VEXE_DIR := [-.VAX.EXE.CRYPTO]