aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lib.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-09-14 20:48:49 +0000
committerAndy Polyakov <appro@openssl.org>2011-09-14 20:48:49 +0000
commit03e389cf049e4bbc2f6d0028dc320fb0583aad2c (patch)
tree61020185544c4ff9567d236e9c1ee3a74ee417c8 /crypto/ec/ec_lib.c
parent93256bf5d148f3b8fa02a410b4477c6c9ca20e65 (diff)
downloadopenssl-03e389cf049e4bbc2f6d0028dc320fb0583aad2c.tar.gz
Allow for dynamic base in Win64 FIPS module.
Diffstat (limited to 'crypto/ec/ec_lib.c')
-rw-r--r--crypto/ec/ec_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ec/ec_lib.c b/crypto/ec/ec_lib.c
index c955f6e06d..b3db866533 100644
--- a/crypto/ec/ec_lib.c
+++ b/crypto/ec/ec_lib.c
@@ -70,6 +70,7 @@
#include "ec_lcl.h"
+__fips_constseg
static const char EC_version[] = "EC" OPENSSL_VERSION_PTEXT;