From 9374bc1c10598c39de5e11ec9c7f00a648c3544d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 4 Jul 2012 17:27:43 +0000 Subject: [PATCH] Cosmetic: Reorder so it's more similar to the Unixly build. --- crypto/crypto-lib.com | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. $! -- 2.25.1