summaryrefslogtreecommitdiffstats
path: root/lib/libmp/mp.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename all symbols in libmp(3) to mp_*, just like Solaris.ed2009-02-261-17/+17
| | | | | | | | | | | | The function pow() in libmp(3) clashes with pow(3) in libm. We could rename this single function, but we can just take the same approach as the Solaris folks did, which is to prefix all function names with mp_. libmp(3) isn't really popular nowadays. I suspect not a single application in ports depends on it. There's still a chance, so I've increased the SHLIB_MAJOR and __FreeBSD_version. Reviewed by: deischen, rdivacky
* Adjust for OpenSSL 0.9.7.markm2003-01-281-0/+2
|
* This is the traditional BSD libmp interface implemented in terms ofdd2001-07-291-0/+30
the OpenSSL BIGNUM interface. It is provided for compatibility only and should not be used in new code.
OpenPOWER on IntegriCloud