Implement missing functions.
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Jun 2003 10:26:42 +0000 (10:26 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 26 Jun 2003 10:26:42 +0000 (10:26 +0000)
Have the f parameter to _ctrl functions have the prototype (*)(void)
rather than (*)(), for the sake of C++ compilers.
Disable unimplemented functionality.


No differences found