mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
10 lines
286 B
C
10 lines
286 B
C
--- init_tls_context.c.orig 2015-05-07 23:53:06 UTC
|
|
+++ init_tls_context.c
|
|
@@ -1,6 +1,7 @@
|
|
#include "tinytls.h"
|
|
#include "open.h"
|
|
#include <unistd.h>
|
|
+#include <string.h>
|
|
|
|
void init_tls_context_norandom(struct ssl_context* sc, const char* servername) {
|
|
memset(sc,0,sizeof *sc);
|