From af32f9fdda4aadfea131646d77b0464566a17777 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 3 Feb 2007 17:32:49 +0000 Subject: Update from fips2 branch. --- crypto/bn/bn_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bn/bn_print.c') 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 #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) -- cgit v1.2.3