Work in progress ...
FossilOrigin-Name: a76e8760f309d36aad22507f961ac5a03f46df9ee585c2f8601ee0a5a088738e
This commit is contained in:
@ -100,6 +100,10 @@ int join(struct sockaddr *sa)
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
|
||||
|
||||
printf("conf_dtls_cipher %s\n",conf_dtls_cipher);
|
||||
|
||||
if (conf_dtls_psk){
|
||||
conn->dtls_psk=conf_dtls_psk;
|
||||
conn->dtls_psk_len=strlen(conn->dtls_psk);
|
||||
|
Reference in New Issue
Block a user