summaryrefslogtreecommitdiff
path: root/lib/libssl/src/crypto/evp/e_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/evp/e_null.c')
-rw-r--r--lib/libssl/src/crypto/evp/e_null.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/evp/e_null.c b/lib/libssl/src/crypto/evp/e_null.c
index 2c81de05d37..0d0a06f2e31 100644
--- a/lib/libssl/src/crypto/evp/e_null.c
+++ b/lib/libssl/src/crypto/evp/e_null.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: e_null.c,v 1.12 2014/06/12 15:49:29 deraadt Exp $ */
+/* $OpenBSD: e_null.c,v 1.13 2014/07/10 13:58:22 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -57,6 +57,8 @@
*/
#include <stdio.h>
+#include <string.h>
+
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/objects.h>