mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
fix static x509CACredentials method
This commit is contained in:
parent
632dc6b8e4
commit
fd1ed13de0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ ssize_t DTLSSession::socketPush(gnutls_transport_ptr_t ptr, const void* buffer,
|
|||
session->_destinationSocket.getAddress(), session->_destinationSocket.getPort());
|
||||
}
|
||||
|
||||
gnutls_certificate_credentials_t* x509CACredentials() {
|
||||
gnutls_certificate_credentials_t* DTLSSession::x509CACredentials() {
|
||||
static gnutls_certificate_credentials_t x509Credentials;
|
||||
static bool credentialsInitialized = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue