diff options
Diffstat (limited to 'lib/libcrypto/bio/bss_null.c')
| -rw-r--r-- | lib/libcrypto/bio/bss_null.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/bio/bss_null.c b/lib/libcrypto/bio/bss_null.c index 36a47a2145b..226076e13ad 100644 --- a/lib/libcrypto/bio/bss_null.c +++ b/lib/libcrypto/bio/bss_null.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bss_null.c,v 1.8 2014/06/12 15:49:28 deraadt Exp $ */ +/* $OpenBSD: bss_null.c,v 1.9 2014/07/10 13:58:22 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,8 +56,10 @@ * [including the GNU Public Licence.] */ -#include <stdio.h> #include <errno.h> +#include <stdio.h> +#include <string.h> + #include "cryptlib.h" #include <openssl/bio.h> |
