typo
[openssl.git] / crypto / bn / bn_print.c
index 1451d966f78f04bdc71ef56ad9de98a69df97542..bebb466d088a27c60b9440d08aee478564771d80 100644 (file)
@@ -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)