diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bn_print.c')
| -rw-r--r-- | src/lib/libcrypto/bn/bn_print.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/bn/bn_print.c b/src/lib/libcrypto/bn/bn_print.c index 6893d9af8b..db51887fbe 100644 --- a/src/lib/libcrypto/bn/bn_print.c +++ b/src/lib/libcrypto/bn/bn_print.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bn_print.c,v 1.20 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: bn_print.c,v 1.21 2014/07/10 22:45:56 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -56,10 +56,14 @@ | |||
| 56 | * [including the GNU Public Licence.] | 56 | * [including the GNU Public Licence.] |
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <stdio.h> | ||
| 60 | #include <ctype.h> | 59 | #include <ctype.h> |
| 61 | #include "cryptlib.h" | 60 | #include <stdio.h> |
| 61 | |||
| 62 | #include <openssl/opensslconf.h> | ||
| 63 | |||
| 62 | #include <openssl/buffer.h> | 64 | #include <openssl/buffer.h> |
| 65 | |||
| 66 | #include "cryptlib.h" | ||
| 63 | #include "bn_lcl.h" | 67 | #include "bn_lcl.h" |
| 64 | 68 | ||
| 65 | static const char Hex[]="0123456789ABCDEF"; | 69 | static const char Hex[]="0123456789ABCDEF"; |
