12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
$OpenBSD: patch-crypto_c,v 1.1 2014/05/23 12:23:05 sthen Exp $
|
|
--- crypto.c.orig Fri May 23 13:21:23 2014
|
|
+++ crypto.c Fri May 23 13:21:29 2014
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
#include <openssl/ssl.h>
|
|
#include <openssl/evp.h>
|