summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/asn1/a_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/asn1/a_time.c')
-rw-r--r--lib/libssl/src/crypto/asn1/a_time.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/asn1/a_time.c b/lib/libssl/src/crypto/asn1/a_time.c
index d65cf6e96d1..7e3a578037c 100644
--- a/lib/libssl/src/crypto/asn1/a_time.c
+++ b/lib/libssl/src/crypto/asn1/a_time.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: a_time.c,v 1.19 2014/06/12 15:49:27 deraadt Exp $ */
+/* $OpenBSD: a_time.c,v 1.20 2014/07/10 13:58:22 jsing Exp $ */
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
@@ -62,7 +62,9 @@
*/
#include <stdio.h>
+#include <string.h>
#include <time.h>
+
#include "cryptlib.h"
#include "o_time.h"
#include <openssl/asn1t.h>