mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Enable NSFileHandle TLS support under mingw
This commit is contained in:
parent
05542be4c7
commit
19c32ba0f5
2 changed files with 3 additions and 5 deletions
|
@ -330,9 +330,7 @@ debugWrite(GSHTTPURLHandle *handle, NSData *data)
|
|||
[[NSObject leakAt: &urlOrder] release];
|
||||
urlLock = [NSLock new];
|
||||
[[NSObject leakAt: &urlLock] release];
|
||||
#if !defined(_WIN32)
|
||||
sslClass = [NSFileHandle sslClass];
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue