projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe9a47
)
fips.c: remove preprocessor artefact.
author
Andy Polyakov
<appro@openssl.org>
Fri, 21 Oct 2011 06:03:45 +0000
(06:03 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 21 Oct 2011 06:03:45 +0000
(06:03 +0000)
fips/fips.c
patch
|
blob
|
history
diff --git
a/fips/fips.c
b/fips/fips.c
index 169652b4b3a008e3b279ea1f0ee4e230fe3f1b35..36ac8d1b0c18650dfd82d75f64523bc5537c65ef 100644
(file)
--- 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());