Convert maxscale/ssl.h to .hh

This commit is contained in:
Esa Korhonen
2019-01-15 17:12:32 +02:00
parent 6a23015b64
commit b0663f0b29
8 changed files with 26 additions and 30 deletions

View File

@ -23,7 +23,7 @@
#include <unordered_set>
#include <maxbase/jansson.h>
#include <maxscale/ssl.h>
#include <maxscale/ssl.hh>
#define DEFAULT_NBPOLLS 3 /**< Default number of non block polls before we block */
#define DEFAULT_POLLSLEEP 1000 /**< Default poll wait time (milliseconds) */

View File

@ -28,7 +28,7 @@
#include <string>
#include <maxscale/paths.h>
#include <maxscale/ssl.h>
#include <maxscale/ssl.hh>
#include <maxscale/protocol.h>
#include <maxscale/alloc.h>
#include <maxscale/users.h>

View File

@ -34,7 +34,7 @@
#include <maxscale/session.hh>
#include <maxscale/dcb.hh>
#include <maxscale/poll.hh>
#include <maxscale/ssl.h>
#include <maxscale/ssl.hh>
#include <maxscale/alloc.h>
#include <maxscale/paths.h>
#include <maxscale/utils.h>

View File

@ -35,7 +35,7 @@
#include <maxscale/router.hh>
#include <maxscale/routingworker.hh>
#include <maxscale/session.hh>
#include <maxscale/ssl.h>
#include <maxscale/ssl.hh>
#include <maxscale/utils.h>
#include "setparser.hh"