K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-08-28T21:50:33.000000Z K 7 svn:log V 444 Add a stub version of getpublickey(), in order to eliminate an undefined symbol referenced from libc. Without the stub, it is impossible to execute any program using the shared library if LD_BIND_NOW=1 is in the environment. The stub always returns failure, but it can be overridden outside the library when necessary. I don't know whether this is the "correct" fix, but it is intolerable to have any undefined symbols referenced from libc. END