diff options
Diffstat (limited to 'cpp/test/IceSSL/configuration/Test.ice')
-rw-r--r-- | cpp/test/IceSSL/configuration/Test.ice | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/IceSSL/configuration/Test.ice b/cpp/test/IceSSL/configuration/Test.ice index fbe20c252c0..d5d5573a73e 100644 --- a/cpp/test/IceSSL/configuration/Test.ice +++ b/cpp/test/IceSSL/configuration/Test.ice @@ -17,7 +17,7 @@ interface Server void noCert(); void checkCert(string subjectDN, string issuerDN); void checkCipher(string cipher); -}; +} dictionary<string, string> Properties; @@ -26,6 +26,6 @@ interface ServerFactory Server* createServer(Properties props); void destroyServer(Server* srv); void shutdown(); -}; +} -}; +} |