summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/engine/tb_asnmth.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/engine/tb_asnmth.c')
-rw-r--r--lib/libssl/src/crypto/engine/tb_asnmth.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/engine/tb_asnmth.c b/lib/libssl/src/crypto/engine/tb_asnmth.c
index 412665cd9e1..d43eea5447e 100644
--- a/lib/libssl/src/crypto/engine/tb_asnmth.c
+++ b/lib/libssl/src/crypto/engine/tb_asnmth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tb_asnmth.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */
+/* $OpenBSD: tb_asnmth.c,v 1.4 2014/07/10 13:58:22 jsing Exp $ */
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
@@ -53,6 +53,8 @@
*
*/
+#include <string.h>
+
#include "eng_int.h"
#include "asn1_locl.h"
#include <openssl/evp.h>