blob: 2fc4a44aad18db5dfbdb2d238d712110efa4a691 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- fmt_tls_clienthello.c.orig 2015-05-07 23:53:05 UTC
+++ fmt_tls_clienthello.c
@@ -2,6 +2,7 @@
#include "uint16.h"
#include "uint32.h"
#include <time.h>
+#include <string.h>
size_t fmt_tls_clienthello(char* dest, struct ssl_context* sc) {
size_t hnextlen=sc->servername?strlen(sc->servername)+9:0;
|