proxygen
SSLContextManager.cpp File Reference

Go to the source code of this file.

Namespaces

 wangle
 

Macros

#define OPENSSL_MISSING_FEATURE(name)
 

Macro Definition Documentation

#define OPENSSL_MISSING_FEATURE (   name)
Value:
do { \
throw std::runtime_error("missing " #name " support in openssl"); \
} while(0)
const char * name
Definition: http_parser.c:437
#define throw
Definition: FBString.h:89

Definition at line 37 of file SSLContextManager.cpp.

Referenced by wangle::SSLContextManager::ctxSetupByOpensslFeature(), and wangle::ServerSSLContext::setupTicketManager().