forked from wolfSSL/wolfssl
add the Windows object ordering tags to wolfCrypt first and last sources
This commit is contained in:
@ -30,6 +30,12 @@
|
|||||||
|
|
||||||
#ifdef HAVE_FIPS
|
#ifdef HAVE_FIPS
|
||||||
|
|
||||||
|
#ifdef USE_WINDOWS_API
|
||||||
|
#pragma code_seg(".fipsA$a")
|
||||||
|
#pragma const_seg(".fipsB$a")
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* read only start address */
|
/* read only start address */
|
||||||
const unsigned int wolfCrypt_FIPS_ro_start[] =
|
const unsigned int wolfCrypt_FIPS_ro_start[] =
|
||||||
{ 0x1a2b3c4d, 0x00000001 };
|
{ 0x1a2b3c4d, 0x00000001 };
|
||||||
|
@ -30,6 +30,12 @@
|
|||||||
|
|
||||||
#ifdef HAVE_FIPS
|
#ifdef HAVE_FIPS
|
||||||
|
|
||||||
|
#ifdef USE_WINDOWS_API
|
||||||
|
#pragma code_seg(".fipsA$l")
|
||||||
|
#pragma const_seg(".fipsB$l")
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* last function of text/code segment */
|
/* last function of text/code segment */
|
||||||
int wolfCrypt_FIPS_last(void);
|
int wolfCrypt_FIPS_last(void);
|
||||||
int wolfCrypt_FIPS_last(void)
|
int wolfCrypt_FIPS_last(void)
|
||||||
|
Reference in New Issue
Block a user