nghttpx: Remove unused function declaration
This commit is contained in:
parent
8a9810ed32
commit
9ad873fc06
|
@ -101,11 +101,6 @@ ClientHandler *accept_connection(Worker *worker, int fd, sockaddr *addr,
|
||||||
int check_cert(SSL *ssl, const Address *addr, const StringRef &host);
|
int check_cert(SSL *ssl, const Address *addr, const StringRef &host);
|
||||||
int check_cert(SSL *ssl, const DownstreamAddr *addr);
|
int check_cert(SSL *ssl, const DownstreamAddr *addr);
|
||||||
|
|
||||||
// Retrieves DNS and IP address in subjectAltNames and commonName from
|
|
||||||
// the |cert|.
|
|
||||||
void get_altnames(X509 *cert, std::vector<std::string> &dns_names,
|
|
||||||
std::vector<std::string> &ip_addrs, std::string &common_name);
|
|
||||||
|
|
||||||
struct WildcardRevPrefix {
|
struct WildcardRevPrefix {
|
||||||
WildcardRevPrefix(const StringRef &prefix, size_t idx)
|
WildcardRevPrefix(const StringRef &prefix, size_t idx)
|
||||||
: prefix(std::begin(prefix), std::end(prefix)), idx(idx) {}
|
: prefix(std::begin(prefix), std::end(prefix)), idx(idx) {}
|
||||||
|
|
Loading…
Reference in New Issue