ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 7105 by michael, Sat Jan 23 20:11:27 2016 UTC vs.
Revision 7139 by michael, Wed Jan 27 21:29:38 2016 UTC

# Line 1181 | Line 1181 | clear_out_old_conf(void)
1181    ConfigServerInfo.network_name = NULL;
1182    xfree(ConfigServerInfo.network_desc);
1183    ConfigServerInfo.network_desc = NULL;
1184 #ifdef HAVE_LIBCRYPTO
1185  if (ConfigServerInfo.rsa_private_key)
1186  {
1187    RSA_free(ConfigServerInfo.rsa_private_key);
1188    ConfigServerInfo.rsa_private_key = NULL;
1189  }
1190 #endif
1184  
1185    xfree(ConfigServerInfo.rsa_private_key_file);
1186    ConfigServerInfo.rsa_private_key_file = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines