summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-04-28 04:55:28 +0000
committerRichard Levitte <levitte@openssl.org>2005-04-28 04:55:28 +0000
commitff8bcccdd4ad2f3d4e6784fc0c3d55f3cd8fb8fa (patch)
treefa97b019ad4d043ec89d0939daa88d602eb779f9 /crypto/crypto-lib.com
parenta93b01be5735f26dd064160d3b132e1e27a4996e (diff)
Synchronise with Unix build system.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index c62abda737..d73d642fb6 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -83,7 +83,7 @@ $ ENCRYPT_TYPES = "Basic,"+ -
"BUFFER,BIO,STACK,LHASH,RAND,ERR,"+ -
"EVP,EVP_2,ASN1,ASN1_2,PEM,X509,X509V3,"+ -
"CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,UI,KRB5,"+ -
- "STORE"
+ "STORE,PQUEUE"
$!
$! Check To Make Sure We Have Valid Command Line Parameters.
$!
@@ -271,6 +271,7 @@ $ LIB_UI_COMPAT = ",ui_compat"
$ LIB_UI = "ui_err,ui_lib,ui_openssl,ui_util"+LIB_UI_COMPAT
$ LIB_KRB5 = "krb5_asn"
$ LIB_STORE = "str_err,str_lib,str_meth,str_mem"
+$ LIB_PQUEUE = "pqueue"
$!
$! Setup exceptional compilations
$!