diff options
Diffstat (limited to 'lib/libssl/src/crypto/pkcs12/p12_mutl.c')
-rw-r--r-- | lib/libssl/src/crypto/pkcs12/p12_mutl.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/pkcs12/p12_mutl.c b/lib/libssl/src/crypto/pkcs12/p12_mutl.c index 7a2fab1666a..fabc96e8584 100644 --- a/lib/libssl/src/crypto/pkcs12/p12_mutl.c +++ b/lib/libssl/src/crypto/pkcs12/p12_mutl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p12_mutl.c,v 1.14 2014/07/08 09:24:53 jsing Exp $ */ +/* $OpenBSD: p12_mutl.c,v 1.15 2014/07/10 13:58:23 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -56,8 +56,10 @@ * */ -#ifndef OPENSSL_NO_HMAC #include <stdio.h> +#include <string.h> + +#ifndef OPENSSL_NO_HMAC #include "cryptlib.h" #include <openssl/hmac.h> #include <openssl/rand.h> |