eion/purple-hangouts

Add intermediate cert to installer exe
draft
2019-05-24, Eion Robb
d61e38e7c405
Add intermediate cert to installer exe
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef _WIN32
#include "win32/win32dep.h"
#endif
#include "../purplecompat.h"
#ifndef N_
# define N_(a) (a)
#endif
#ifndef _
# define _(a) (a)
#endif