X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdso%2Fdso.h;h=a1678454a5ad6f6d0bacb498e367f53a83d05c26;hp=2855cf776181d1a70e78b4df8278d27e6ddf56a1;hb=9163b8fb238ece12091753c137db37b6489719bb;hpb=b476df64a1d57501faa4c7b8f1c3f097f6e8be41;ds=sidebyside diff --git a/crypto/dso/dso.h b/crypto/dso/dso.h index 2855cf7761..a1678454a5 100644 --- a/crypto/dso/dso.h +++ b/crypto/dso/dso.h @@ -227,8 +227,7 @@ DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth); * for the first and third parameters. Use DSO_up and DSO_free for * subsequent reference count handling. Any flags passed in will be set * in the constructed DSO after its init() function but before the - * load operation. This will be done with; - * DSO_ctrl(dso, DSO_CTRL_SET_FLAGS, flags, NULL); */ + * load operation. If 'dso' is non-NULL, 'flags' is ignored. */ DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags); /* This function binds to a variable inside a shared library. */