[Bug 245432] Review Request: libtomcrypt - comprehensive, portable cryptographic toolkit

bugzilla at redhat.com bugzilla at redhat.com
Fri Jun 29 20:22:43 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libtomcrypt - comprehensive, portable cryptographic toolkit


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245432





------- Additional Comments From tibbs at math.uh.edu  2007-06-29 16:22 EST -------
Now that libtommath is done, I thought I'd take a look at this.  However, I find
many rpmlint complaints like the following:

W: libtomcrypt undefined-non-weak-symbol /usr/lib64/libtomcrypt.so.0.0.117
mp_prime_is_prime

It seems that this library isn't actually linked against libtommath even though
it uses functions from it heavily.  I added
   export EXTRALIBS="-ltommath"
to the %build section and that makes most of them go away, but there are still a
bunch in libtomcrypt_prof.so:

W: libtomcrypt undefined-non-weak-symbol /usr/lib64/libtomcrypt_prof.so.0.0.117
rc2_desc

I'm not really sure what the _prof library is, however.  Is it something we
really want to ship?

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list