ports/security/cryptopp/files
Xin LI 4fa5971018 This changeset fixes two issues with crypto++ library:
* patch-misc.h

   This fixes a warning triggered by testing an unsigned parameter against
   0.  The patch solves this by creating a different template for signed
   case.

 * patch-nbtheory.cpp

   This is a workaround for a bug with the current version of libc++ shipped
   with FreeBSD 9.x, which causes an infinite loop when generating RSA key,
   possibly also other operations.

PR:		ports/178827
Submitted by:	Michael Gmelin <freebsd grem de>
2013-05-22 22:41:42 +00:00
..
patch-clang
patch-GNUmakefile
patch-misc.h This changeset fixes two issues with crypto++ library: 2013-05-22 22:41:42 +00:00
patch-nbtheory.cpp This changeset fixes two issues with crypto++ library: 2013-05-22 22:41:42 +00:00
patch-wake.cpp Add a few casts to initializer of int array when the constant is greater 2012-10-08 21:55:37 +00:00