Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124900 | Differences between
and this patch

Collapse All | Expand All

(-)beecrypt-4.1.2.orig/c++/security/Security.h (-6 / +6 lines)
Lines 59-74 Link Here
59
		{
59
		{
60
			friend class AlgorithmParameterGenerator;
60
			friend class AlgorithmParameterGenerator;
61
			friend class AlgorithmParameters;
61
			friend class AlgorithmParameters;
62
			friend class CertificateFactory;
62
			friend class ::CertificateFactory;
63
			friend class CertPathValidator;
63
			friend class ::CertPathValidator;
64
			friend class Cipher;
64
			friend class ::Cipher;
65
			friend class KeyAgreement;
65
			friend class ::KeyAgreement;
66
			friend class KeyFactory;
66
			friend class KeyFactory;
67
			friend class KeyPairGenerator;
67
			friend class KeyPairGenerator;
68
			friend class KeyStore;
68
			friend class KeyStore;
69
			friend class Mac;
69
			friend class ::Mac;
70
			friend class MessageDigest;
70
			friend class MessageDigest;
71
			friend class SecretKeyFactory;
71
			friend class ::SecretKeyFactory;
72
			friend class SecureRandom;
72
			friend class SecureRandom;
73
			friend class Signature;
73
			friend class Signature;
74
74
(-)beecrypt-4.1.2.orig/c++/beeyond/BeeCertificate.h (-1 / +1 lines)
Lines 61-67 Link Here
61
		 */
61
		 */
62
		class BEECRYPTCXXAPI BeeCertificate : public beecrypt::security::cert::Certificate, public beecrypt::lang::Cloneable
62
		class BEECRYPTCXXAPI BeeCertificate : public beecrypt::security::cert::Certificate, public beecrypt::lang::Cloneable
63
		{
63
		{
64
			friend class BeeCertificateFactory;
64
			friend class ::BeeCertificateFactory;
65
65
66
		public:
66
		public:
67
			static const Date FOREVER;
67
			static const Date FOREVER;

Return to bug 124900