2015-02-09 22:04:14 +01:00
|
|
|
|
2018-03-03 17:42:28 +01:00
|
|
|
#include "mbag.h"
|
2018-03-02 00:12:38 +01:00
|
|
|
#include "dtls_common.h"
|
2015-02-09 22:04:14 +01:00
|
|
|
#include "dtls_gnutls.h"
|
|
|
|
|
|
|
|
const char *dtls_gnutls_get_cipher(struct conn *conn)
|
|
|
|
{
|
|
|
|
return "Unknown";
|
|
|
|
}
|