libpurple/plugins/ssl/ssl.c

branch
soc.2013.gobjectification.plugins
changeset 36367
891eea799578
parent 20288
5ca925a094e2
child 36501
a7a71bf77f83
equal deleted inserted replaced
36366:202c60d1300f 36367:891eea799578
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 #include "internal.h" 22 #include "internal.h"
23 #include "debug.h" 23 #include "debug.h"
24 #include "plugin.h" 24 #include "plugins.h"
25 #include "sslconn.h" 25 #include "sslconn.h"
26 #include "version.h" 26 #include "version.h"
27 27
28 #define SSL_PLUGIN_ID "core-ssl" 28 #define SSL_PLUGIN_ID "core-ssl"
29 29

mercurial