summaryrefslogtreecommitdiffstats
path: root/fips/fipssyms.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-23 15:16:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-23 15:16:12 +0000
commit30ff3278aeef72ec3a9d20bef260febf850b2e58 (patch)
tree09edac834e191fe59dee57d55fa860ada7dc41d5 /fips/fipssyms.h
parent071eb6b592507654af58ec16392b4d5bc576ea61 (diff)
Add DllMain to fips symbols: will need to call this in FIPS capable OpenSSL.
Diffstat (limited to 'fips/fipssyms.h')
-rw-r--r--fips/fipssyms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fips/fipssyms.h b/fips/fipssyms.h
index de7176216e..98d398bb57 100644
--- a/fips/fipssyms.h
+++ b/fips/fipssyms.h
@@ -144,6 +144,7 @@
#define BUF_strlcat FIPS_buf_strlcat
#define BUF_strlcpy FIPS_buf_strlcpy
#define BUF_strndup FIPS_buf_strndup
+#define DllMain fips_dllmain
#define CRYPTO_THREADID_cmp FIPS_crypto_threadid_cmp
#define CRYPTO_THREADID_cpy FIPS_crypto_threadid_cpy
#define CRYPTO_THREADID_current FIPS_crypto_threadid_current