Introduce OPENSSL_NONPIC_relocated to denote relocated DLLs.

This commit is contained in:
Andy Polyakov
2005-04-13 08:46:35 +00:00
parent 8861ba355d
commit 51d28013db
2 changed files with 17 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ void OPENSSL_cpuid_setup(void);
extern unsigned long OPENSSL_ia32cap_P;
void OPENSSL_showfatal(const char *,...);
void *OPENSSL_stderr(void);
extern int OPENSSL_NONPIC_relocated;
#ifdef __cplusplus
}