Changeset 2116 for box/trunk/lib/server/ServerTLS.h
- Timestamp:
- 28/03/2008 22:59:28 (4 years ago)
- Location:
- box/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
lib/server (modified) (1 prop)
-
lib/server/ServerTLS.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk
- Property svn:ignore
-
old new 11 11 release 12 12 runtest.pl 13 .hg
-
- Property svn:ignore
-
box/trunk/lib/server
- Property svn:ignore
-
old new 1 autogen_ConnectionException.cpp 2 autogen_ConnectionException.h 3 autogen_ServerException.cpp 4 autogen_ServerException.h 1 autogen_* 5 2 Makefile 6 3 makeprotocol.pl
-
- Property svn:ignore
-
box/trunk/lib/server/ServerTLS.h
r217 r2116 71 71 72 72 #define SERVERTLS_VERIFY_SERVER_KEYS(DEFAULT_ADDRESSES) \ 73 {"CertificateFile", 0, ConfigTest_Exists, 0}, \ 74 {"PrivateKeyFile", 0, ConfigTest_Exists, 0}, \ 75 {"TrustedCAsFile", 0, ConfigTest_Exists, 0}, \ 76 SERVERSTREAM_VERIFY_SERVER_KEYS(DEFAULT_ADDRESSES) 77 73 ConfigurationVerifyKey("CertificateFile", ConfigTest_Exists), \ 74 ConfigurationVerifyKey("PrivateKeyFile", ConfigTest_Exists), \ 75 ConfigurationVerifyKey("TrustedCAsFile", ConfigTest_Exists), \ 76 SERVERSTREAM_VERIFY_SERVER_KEYS(DEFAULT_ADDRESSES) 78 77 79 78 #endif // SERVERTLS__H
Note: See TracChangeset
for help on using the changeset viewer.
