>Wouldn't the best approach simple be to define the function as a macro, eg
>
>#define memmove(a,b,c) bcopy(b,a,c)?
Not in this case, because it's completely unsafe. look at the
return values for each.
-Bob
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
- RE: [openssl-0.9.5a] use of library functions missing on SunOS... Ramsay, Ron
- Bob Beck
