From: Richard Levitte Date: Wed, 4 Jul 2012 17:27:43 +0000 (+0000) Subject: Cosmetic: Reorder so it's more similar to the Unixly build. X-Git-Tag: OpenSSL_1_0_0k~54 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9374bc1c10598c39de5e11ec9c7f00a648c3544d;p=oweals%2Fopenssl.git Cosmetic: Reorder so it's more similar to the Unixly build. --- diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index a29c0afd93..ba77129477 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -117,7 +117,7 @@ $ ENCRYPT_TYPES = "Basic,"+ - "BUFFER,BIO,STACK,LHASH,RAND,ERR,"+ - "EVP,EVP_2,EVP_3,ASN1,ASN1_2,PEM,X509,X509V3,"+ - "CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,UI,KRB5,"+ - - "STORE,CMS,PQUEUE,TS,JPAKE" + "CMS,PQUEUE,TS,JPAKE,STORE" $! $! Check To Make Sure We Have Valid Command Line Parameters. $! @@ -1021,7 +1021,7 @@ $! $! Set basic C compiler /INCLUDE directories. $! $ CC_INCLUDES = "SYS$DISK:[.''ARCHD'],SYS$DISK:[],SYS$DISK:[-],"+ - - "SYS$DISK:[.ENGINE.VENDOR_DEFNS],SYS$DISK:[.EVP],SYS$DISK:[.ASN1]" + "SYS$DISK:[.ENGINE.VENDOR_DEFNS],SYS$DISK:[.ASN1],SYS$DISK:[.EVP]" $! $! Check To See If P3 Is Blank. $!