From: Richard Levitte Date: Tue, 25 Aug 2009 07:22:08 +0000 (+0000) Subject: Make it possible to compile non-assembler routines on AXP as well. X-Git-Tag: OpenSSL_1_0_0-beta4~102 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=573c61dcdec2de3c5939adad6bbc42ba55412bef;p=oweals%2Fopenssl.git Make it possible to compile non-assembler routines on AXP as well. Submitted by Zoltan Arpadffy --- diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index 85ead42d43..97863562bd 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -6,6 +6,7 @@ $! A-Com Computing, Inc. $! byer@mail.all-net.net $! $! Changes by Richard Levitte +$! Zoltan Arpadffy $! $! This command files compiles and creates the "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB" $! library for OpenSSL. The "xxx" denotes the machine architecture, ALPHA, @@ -192,7 +193,7 @@ $ LIB_CAMELLIA = "camellia,cmll_misc,cmll_ecb,cmll_cbc,cmll_ofb,"+ - $ LIB_SEED = "seed,seed_ecb,seed_cbc,seed_cfb,seed_ofb" $ LIB_MODES = "cbc128,ctr128,cfb128,ofb128" $ LIB_BN_ASM = "[.asm]vms.mar,vms-helper" -$ IF F$TRNLNM("OPENSSL_NO_ASM").OR.ARCH.EQS."AXP" THEN LIB_BN_ASM = "bn_asm" +$ IF F$TRNLNM("OPENSSL_NO_ASM") THEN LIB_BN_ASM = "bn_asm" $ LIB_BN = "bn_add,bn_div,bn_exp,bn_lib,bn_ctx,bn_mul,bn_mod,"+ - "bn_print,bn_rand,bn_shift,bn_word,bn_blind,"+ - "bn_kron,bn_sqrt,bn_gcd,bn_prime,bn_err,bn_sqr,"+LIB_BN_ASM+","+ -