diff options
Diffstat (limited to 'lib/libcrypto/engine/eng_fat.c')
| -rw-r--r-- | lib/libcrypto/engine/eng_fat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/engine/eng_fat.c b/lib/libcrypto/engine/eng_fat.c index 94190ca7f18..d995104a7ca 100644 --- a/lib/libcrypto/engine/eng_fat.c +++ b/lib/libcrypto/engine/eng_fat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eng_fat.c,v 1.12 2014/06/22 11:33:47 jsing Exp $ */ +/* $OpenBSD: eng_fat.c,v 1.13 2014/07/10 13:58:22 jsing Exp $ */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * @@ -58,6 +58,8 @@ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ +#include <string.h> + #include "eng_int.h" #include <openssl/conf.h> |
