projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba666f
)
Fix a warning, and do some constification as a lucky side-effect :-)
author
Geoff Thorpe
<geoff@openssl.org>
Sun, 8 Dec 2002 05:19:43 +0000
(
05:19
+0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Sun, 8 Dec 2002 05:19:43 +0000
(
05:19
+0000)
ssl/ssl.h
patch
|
blob
|
history
diff --git
a/ssl/ssl.h
b/ssl/ssl.h
index 82f4b0f848e03c703d9b6b334d5a466f76384432..5177a8a126309e1c6d33f25e71dc1059cff13fcb 100644
(file)
--- a/
ssl/ssl.h
+++ b/
ssl/ssl.h
@@
-587,7
+587,7
@@
typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id,
typedef struct ssl_comp_st
{
int id;
- char *name;
+ c
onst c
har *name;
#ifndef OPENSSL_NO_COMP
COMP_METHOD *method;
#else