fips.c: remove preprocessor artefact.
authorAndy Polyakov <appro@openssl.org>
Fri, 21 Oct 2011 06:03:45 +0000 (06:03 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 21 Oct 2011 06:03:45 +0000 (06:03 +0000)
fips/fips.c

index 169652b4b3a008e3b279ea1f0ee4e230fe3f1b35..36ac8d1b0c18650dfd82d75f64523bc5537c65ef 100644 (file)
@@ -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());