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:
5a3d21c
)
fix warning
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 26 Aug 2014 00:07:57 +0000
(
01:07
+0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 28 Aug 2014 16:06:52 +0000
(17:06 +0100)
Reviewed-by: Geoff Thorpe <geoff@openssl.org>
crypto/conf/conf_def.c
patch
|
blob
|
history
diff --git
a/crypto/conf/conf_def.c
b/crypto/conf/conf_def.c
index f0b27687395f5b4ab38c3f8b491921d8b3dedbe6..ff55876b6eda82839ab3e0f5948b21712ddb411f 100644
(file)
--- a/
crypto/conf/conf_def.c
+++ b/
crypto/conf/conf_def.c
@@
-145,7
+145,7
@@
static int def_init_default(CONF *conf)
return 0;
conf->meth = &default_method;
- conf->meth_data = CONF_type_default;
+ conf->meth_data =
(void *)
CONF_type_default;
conf->data = NULL;
return 1;