summaryrefslogtreecommitdiffstats
path: root/crypto/install.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-06-10 05:38:23 +0000
committerRichard Levitte <levitte@openssl.org>2006-06-10 05:38:23 +0000
commit2d0937243421f884e513dc26d4e883f43ea37120 (patch)
treee622b9be225cf3b04743c586b68a7c6dc0e78ddb /crypto/install.com
parent67912e0032f5131f9959533c82dac997cb7e2e43 (diff)
Keep synchronised with the Unix build
Diffstat (limited to 'crypto/install.com')
-rw-r--r--crypto/install.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/install.com b/crypto/install.com
index 6256abf17d..8aa387df2b 100644
--- a/crypto/install.com
+++ b/crypto/install.com
@@ -35,7 +35,7 @@ $
$ SDIRS := ,-
OBJECTS,-
MD2,MD4,MD5,SHA,MDC2,HMAC,RIPEMD,WHRLPOOL,-
- DES,RC2,RC4,RC5,IDEA,BF,CAST,-
+ DES,RC2,RC4,RC5,IDEA,BF,CAST,CAMELLIA,-
BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,AES,-
BUFFER,BIO,STACK,LHASH,RAND,ERR,-
EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,-
@@ -59,6 +59,7 @@ $ EXHEADER_RC5 := rc5.h
$ EXHEADER_IDEA := idea.h
$ EXHEADER_BF := blowfish.h
$ EXHEADER_CAST := cast.h
+$ EXHEADER_CAMELLIA := camellia.h
$ EXHEADER_BN := bn.h
$ EXHEADER_EC := ec.h
$ EXHEADER_RSA := rsa.h