mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 02:41:11 +00:00
add missed change
This commit is contained in:
parent
87d50ff667
commit
f1615227e8
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
2021-09-13 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* EcCommand.m:
|
||||
* EcProcess.m:
|
||||
* EcTest.m:
|
||||
Use TLS for DO only if TLS_DISTRIBUTED_OBJECTS is defined.
|
||||
|
|
|
@ -1475,7 +1475,7 @@ valgrindLog(NSString *name)
|
|||
[defs setObject: @"0" forKey: @"CoreSize"];
|
||||
}
|
||||
|
||||
#if GS_USE_GNUTLS
|
||||
#if GS_USE_GNUTLS && defined(TLS_DISTRIBUTED_OBJECTS)
|
||||
/* If TLS is supported, all Distributed Object communications
|
||||
* between our processes must be encrypted. Generally we can
|
||||
* use shared certificate/key passed to our subprocesses on
|
||||
|
|
Loading…
Reference in a new issue