add missed change

This commit is contained in:
Richard Frith-Macdonald 2021-09-13 12:36:07 +01:00
parent 87d50ff667
commit f1615227e8
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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