mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 14:01:38 +02:00
set GnuTLS credentials for DTLSClientSession
This commit is contained in:
parent
b5b4edc999
commit
632dc6b8e4
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@
|
|||
DTLSClientSession::DTLSClientSession(QUdpSocket& dtlsSocket, HifiSockAddr& destinationSocket) :
|
||||
DTLSSession(GNUTLS_CLIENT, dtlsSocket, destinationSocket)
|
||||
{
|
||||
|
||||
gnutls_credentials_set(_gnutlsSession, GNUTLS_CRD_CERTIFICATE, DTLSSession::x509CACredentials());
|
||||
}
|
Loading…
Reference in a new issue