Added Diffie-Hellman key exchange for MaxScale.

This commit is contained in:
Markus Makela
2015-06-09 17:04:51 +03:00
parent 06c5da7b17
commit ab120cb1de
2 changed files with 53 additions and 1 deletions

View File

@ -29,6 +29,7 @@
#include <openssl/crypto.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <openssl/dh.h>
/**
* @file service.h
*