In preparation for the coming release of 0.9.6a, prepare a branch for
engine-0.9.6-stable. There's no need to update this with the new bug fixes, it will get updated from the changes in OpenSSL_0_9_6-stable, just like any normal merge.
This commit is contained in:
parent
ca7fcc65ef
commit
6ad0776236
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ int OPENSSL_issetugid(void)
|
|||
return issetugid();
|
||||
}
|
||||
|
||||
#elif defined(OPENSSL_SYS_WIN32)
|
||||
#elif defined(WIN32)
|
||||
|
||||
int OPENSSL_issetugid(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue