Linking agains openssl version 1.1.1.

This commit is contained in:
WolverinDEV
2020-03-02 17:26:41 +00:00
parent 6d947bf0ee
commit d77ba0154d
3 changed files with 3 additions and 1 deletions
+2
View File
@@ -180,6 +180,7 @@ struct _TurnServer
* @turn: The #TurnServer settings if the candidate is
* of type %NICE_CANDIDATE_TYPE_RELAYED
* @sockptr: The underlying socket
* @keepalive_next_tick: The timestamp for the next keepalive
*
* A structure to represent an ICE candidate
<note>
@@ -205,6 +206,7 @@ struct _NiceCandidate
gchar *password; /* pointer to a nul-terminated password string */
TurnServer *turn;
gpointer sockptr;
guint64 keepalive_next_tick; /* next tick timestamp */
};
/**