From f36333b2c915ac7d9cf82e09ab5cb2a2f8296177 Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 29 Aug 2020 17:09:10 +0930 Subject: * _POSIX_C_SOURCE=199506L * Add proone-htbthost * Add prne_iobuf, use it in resolv, htbt * memzero() -> prne_memzero() now as a function * Add prne_mbedtls_pth_handle() * Protocol changes * Remove prne_unint_*() * Add src/proone_conf.skel --- src/proone_conf.skel/x509.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/proone_conf.skel/x509.h (limited to 'src/proone_conf.skel/x509.h') diff --git a/src/proone_conf.skel/x509.h b/src/proone_conf.skel/x509.h new file mode 100644 index 0000000..973540a --- /dev/null +++ b/src/proone_conf.skel/x509.h @@ -0,0 +1,6 @@ +#define PRNE_X509_CA_CRT { 0x00 } +#define PRNE_X509_DH { 0x00 } +#define PRNE_X509_S_CRT { 0x00 } +#define PRNE_X509_S_KEY { 0x00 } +#define PRNE_X509_C_CRT { 0x00 } +#define PRNE_X509_C_KEY { 0x00 } -- cgit