summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/ts/ts_verify_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/ts/ts_verify_ctx.c')
-rw-r--r--lib/libssl/src/crypto/ts/ts_verify_ctx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/ts/ts_verify_ctx.c b/lib/libssl/src/crypto/ts/ts_verify_ctx.c
index f8485fd5a3c..3b500233db4 100644
--- a/lib/libssl/src/crypto/ts/ts_verify_ctx.c
+++ b/lib/libssl/src/crypto/ts/ts_verify_ctx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ts_verify_ctx.c,v 1.5 2014/06/12 15:49:31 deraadt Exp $ */
+/* $OpenBSD: ts_verify_ctx.c,v 1.6 2014/07/10 13:58:23 jsing Exp $ */
/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
* project 2003.
*/
@@ -56,6 +56,8 @@
*
*/
+#include <string.h>
+
#include "cryptlib.h"
#include <openssl/objects.h>
#include <openssl/ts.h>