From: Andy Polyakov Date: Fri, 21 Oct 2011 06:03:45 +0000 (+0000) Subject: fips.c: remove preprocessor artefact. X-Git-Tag: OpenSSL-fips-2_0-rc1~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0cde099f869e73ffd71db188ddec0c51fd9c01f5;p=oweals%2Fopenssl.git fips.c: remove preprocessor artefact. --- diff --git a/fips/fips.c b/fips/fips.c index 169652b4b3..36ac8d1b0c 100644 --- a/fips/fips.c +++ b/fips/fips.c @@ -160,9 +160,6 @@ unsigned int FIPS_incore_fingerprint(unsigned char *sig,unsigned int len) const unsigned char *p4 = FIPS_rodata_end; HMAC_CTX c; -#if defined(_MSC_VER) -#endif - HMAC_CTX_init(&c); HMAC_Init(&c,FIPS_hmac_key,strlen(FIPS_hmac_key),EVP_sha1());