diff options
Diffstat (limited to 'lib/libcrypto/bn/bn_print.c')
-rw-r--r-- | lib/libcrypto/bn/bn_print.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/bn/bn_print.c b/lib/libcrypto/bn/bn_print.c index db51887fbe2..ccdae5ae092 100644 --- a/lib/libcrypto/bn/bn_print.c +++ b/lib/libcrypto/bn/bn_print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_print.c,v 1.21 2014/07/10 22:45:56 jsing Exp $ */ +/* $OpenBSD: bn_print.c,v 1.22 2014/07/11 08:44:48 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -61,9 +61,10 @@ #include <openssl/opensslconf.h> +#include <openssl/bio.h> #include <openssl/buffer.h> +#include <openssl/err.h> -#include "cryptlib.h" #include "bn_lcl.h" static const char Hex[]="0123456789ABCDEF"; |