AC-Tube
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
actube/src/cw/dtls_gnutls_get_cipher.c

9 lines
105 B

#include "dtls_gnutls.h"
const char *dtls_gnutls_get_cipher(struct conn *conn)
{
return "Unknown";
}