summary refs log tree commit diff stats
path: root/win32/hexchat.sln
diff options
context:
space:
mode:
authoreimmot <socialentry@gmail.com>2017-03-17 02:15:50 -0400
committerTingPing <tingping@tingping.se>2017-03-30 16:32:40 -0400
commitbe6473227b2123ed6280710cae529d3e09cab1e4 (patch)
tree24464af12fffa629634b703328b76062b6d26173 /win32/hexchat.sln
parent2f0239eb1891ff84e29a24513b832d1278eddd93 (diff)
Fix key exchange
Clients will receive the proper shared secret.

Eliminates error message:
SSL_read: error:05066064:Diffie-Hellman routines:compute_key:no private value

Fixes #1974
Diffstat (limited to 'win32/hexchat.sln')
0 files changed, 0 insertions, 0 deletions
25 26


















                                                                            


                           

                              

      
/* HexChat
 * Copyright (C) 1998-2010 Peter Zelezny.
 * Copyright (C) 2009-2013 Berke Viktor.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */

#ifndef HEXCHAT_NOTIFYGUI_H
#define HEXCHAT_NOTIFYGUI_H

void notify_gui_update (void);
void notify_opengui (void);

#endif