summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/engine/eng_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/engine/eng_lib.c')
-rw-r--r--lib/libssl/src/crypto/engine/eng_lib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/engine/eng_lib.c b/lib/libssl/src/crypto/engine/eng_lib.c
index 569b7199cec..118fa6cb9cf 100644
--- a/lib/libssl/src/crypto/engine/eng_lib.c
+++ b/lib/libssl/src/crypto/engine/eng_lib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eng_lib.c,v 1.8 2014/06/22 12:05:09 jsing Exp $ */
+/* $OpenBSD: eng_lib.c,v 1.9 2014/07/10 13:58:22 jsing Exp $ */
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
* project 2000.
*/
@@ -56,6 +56,8 @@
*
*/
+#include <string.h>
+
#include "eng_int.h"
#include <openssl/rand.h>