summaryrefslogtreecommitdiffstats
path: root/ssl/s2_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-01-21 16:06:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-01-21 16:06:05 +0000
commit42182852f5c0c4bf8a0d08e6656b04e295559976 (patch)
treecc5273bec374f425b9bedce08463a9c4567b0ca6 /ssl/s2_lib.c
parent560b79cbff4bc4c6898a862b18b4a00961099095 (diff)
Constify version strings is ssl lib.
Diffstat (limited to 'ssl/s2_lib.c')
-rw-r--r--ssl/s2_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c
index a454cac9f1..debaece1d2 100644
--- a/ssl/s2_lib.c
+++ b/ssl/s2_lib.c
@@ -63,7 +63,7 @@
#include <openssl/evp.h>
#include <openssl/md5.h>
-const char *ssl2_version_str="SSLv2" OPENSSL_VERSION_PTEXT;
+const char ssl2_version_str[]="SSLv2" OPENSSL_VERSION_PTEXT;
#define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))