commit | d3442bc780473f0cd4f378bc31130d4579da640b | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Sun Feb 20 23:43:02 2000 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Sun Feb 20 23:43:02 2000 +0000 |
tree | a9e0e2f1ba5080829e22783c739a9cacaa95ebd5 | |
parent | dab6f09573742df94c4767663565aca3863f8173 [diff] |
Move the registration of callback functions to special functions designed for that. This removes the potential error to mix data and function pointers. Please note that I'm a little unsure how incorrect calls to the old ctrl functions should be handled, in som cases. I currently return 0 and that's it, but it may be more correct to generate a genuine error in those cases.