From: Andy Polyakov Date: Thu, 20 Oct 2011 08:39:29 +0000 (+0000) Subject: sha1-mips.pl: fix typo. X-Git-Tag: OpenSSL-fips-2_0-rc1~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d528caa7254eef18f862c4d6c2f624a9f6703c17;p=oweals%2Fopenssl.git sha1-mips.pl: fix typo. --- diff --git a/crypto/sha/asm/sha1-mips.pl b/crypto/sha/asm/sha1-mips.pl index 0495d611b2..f1a702f38f 100644 --- a/crypto/sha/asm/sha1-mips.pl +++ b/crypto/sha/asm/sha1-mips.pl @@ -237,7 +237,7 @@ $FRAMESIZE=16; # large enough to accomodate NUBI saved registers $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? 0xc0fff008 : 0xc0ff0000; $code=<<___; -ifdef OPENSSL_FIPSCANISTER +#ifdef OPENSSL_FIPSCANISTER # include #endif