Geoff Thorpe d54bf14559 Some more tweaks to ENGINE code.
* Constify the get/set functions, and add some that functions were missing.

* Add a new 'ENGINE_cpy()' function that will produce a new ENGINE based
  copied from an original (except for the references, ie. the new copy will
  be like an ENGINE returned from 'ENGINE_new()' - a structural reference).

* Removed the "null parameter" checking in the get/set functions - it is
  legitimate to set NULL values as a way of *changing* an ENGINE (ie.
  removing a handler that previously existed). Also, passing a NULL pointer
  for an ENGINE is obviously wrong for these functions, so don't bother
  checking for it. The result is a number of error codes and strings could
  be removed.
2001-04-18 02:01:36 +00:00
..
2001-04-16 03:00:57 +00:00
2001-04-17 23:53:58 +00:00
2001-04-03 14:03:47 +00:00
2001-04-18 02:01:36 +00:00
2001-03-15 11:30:10 +00:00
2001-02-26 23:34:14 +00:00
2000-12-06 04:14:37 +00:00
2001-04-17 23:53:58 +00:00
2001-03-28 05:10:38 +00:00
2000-02-01 02:21:16 +00:00
2000-12-18 09:18:22 +00:00
2001-03-02 10:57:54 +00:00