site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Aug 18, 2005, at 1:45 PM, Kevin Van Vechten wrote: _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com What is the difference between SHA1 and d2i_DHparams that would cause the first program to fail but the second one to succeed? The obvious difference in the code you provided is that SHA1 is function invocation and d2i_DHparams is a function reference. I don't know enough about dlopen semantics to know whether the reference should be resolved or not, but I'm sure you could use dlsym(3) to get a valid function reference. That is what I ended up doing. I also noticed that exported variables behave in the same way as d2i_DHparams (and i2d_DHparams for that matter) did in my example. - Steve smime.p7s
participants (1)
-
Steve Checkoway