X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Frsa%2Frsa_lib.c;h=c4b5b4731dc25071820c4463e951fe5a6e018520;hb=560b79cbff4bc4c6898a862b18b4a00961099095;hp=d9feb88caf035bb1819ec1d2007a80705a602d96;hpb=a6d799d7052fadb14316a0d8f9ee3abf3d9f482c;p=openssl.git diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index d9feb88caf..c4b5b4731d 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -67,7 +67,7 @@ #include #endif -const char *RSA_version="RSA" OPENSSL_VERSION_PTEXT; +const char RSA_version[]="RSA" OPENSSL_VERSION_PTEXT; static const RSA_METHOD *default_RSA_meth=NULL;