提交 ac722c9a 编写于 作者: R Richard Levitte

Small fixups in DSO

- VMS configs had no dso_scheme
- Incorrect return of NULL method.
Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 7def9fae
...@@ -1703,6 +1703,7 @@ sub vc_wince_info { ...@@ -1703,6 +1703,7 @@ sub vc_wince_info {
debug => "/DEBUG/TRACEBACK", debug => "/DEBUG/TRACEBACK",
release => "/NODEBUG/NOTRACEBACK"), release => "/NODEBUG/NOTRACEBACK"),
shared_target => "vms-shared", shared_target => "vms-shared",
dso_scheme => "vms",
thread_scheme => "pthreads", thread_scheme => "pthreads",
apps_aux_src => "vms_decc_init.c", apps_aux_src => "vms_decc_init.c",
......
...@@ -66,6 +66,6 @@ static DSO_METHOD dso_meth_null = { ...@@ -66,6 +66,6 @@ static DSO_METHOD dso_meth_null = {
DSO_METHOD *DSO_METHOD_openssl(void) DSO_METHOD *DSO_METHOD_openssl(void)
{ {
return dso_meth_null(); return &dso_meth_null;
} }
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册