summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_print.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-02-03 17:32:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-02-03 17:32:49 +0000
commitaf32f9fdda4aadfea131646d77b0464566a17777 (patch)
tree6e8ac6f6bbe61f4633759740dfa8e62aca5ec850 /crypto/bn/bn_print.c
parent357d5de5b9c3a84f170ce91abeafa71c26fefdd9 (diff)
Update from fips2 branch.
Diffstat (limited to 'crypto/bn/bn_print.c')
-rw-r--r--crypto/bn/bn_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_print.c b/crypto/bn/bn_print.c
index 1451d966f7..bebb466d08 100644
--- a/crypto/bn/bn_print.c
+++ b/crypto/bn/bn_print.c
@@ -62,7 +62,7 @@
#include <openssl/buffer.h>
#include "bn_lcl.h"
-static const char *Hex="0123456789ABCDEF";
+static const char Hex[]="0123456789ABCDEF";
/* Must 'OPENSSL_free' the returned data */
char *BN_bn2hex(const BIGNUM *a)