]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/dso/dso_vms.c
There's an ongoing project to bring some kind of path selection
authorRichard Levitte <levitte@openssl.org>
Mon, 15 Jul 2002 15:35:40 +0000 (15:35 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 15 Jul 2002 15:35:40 +0000 (15:35 +0000)
commitcbecb3ac3763f1179dc220a69d28e92f58e9443e
tree58206855d0392cb81f393bf8de190c413ba161ac
parent5dbd3efce784cb5621de8402430eda23d1762568
There's an ongoing project to bring some kind of path selection
mechanism to the ENGINE framework.  This means there there are going
to be new functionality for the DSO part, and ultimately some way of
merging two file specifications together.

This commit places the merging code into the repository.  It's
currently not used anywhere, and hasn't been tested at all.  It may be
full of errors, including syntactical ones.  Those will be fixed as
promptly as possible.
crypto/dso/dso.h
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_err.c
crypto/dso/dso_lib.c
crypto/dso/dso_vms.c
crypto/dso/dso_win32.c