summaryrefslogtreecommitdiff
path: root/rsa.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-06-19 08:28:09 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-06-19 08:28:09 +0000
commit5283f5059b14d63ed0ed54c8384890320fbb9ec6 (patch)
tree187e9abc73ba1918391e24a30eb0b9638f12941e /rsa.h
parentaccbb9d893ba34323919f5e17db17e6833d96f50 (diff)
downloadcryptopp-5283f5059b14d63ed0ed54c8384890320fbb9ec6.tar.gz
port to GCC 3.4
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@168 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'rsa.h')
-rw-r--r--rsa.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rsa.h b/rsa.h
index cae0a5a..903d69a 100644
--- a/rsa.h
+++ b/rsa.h
@@ -94,9 +94,6 @@ public:
void SetMultiplicativeInverseOfPrime2ModPrime1(const Integer &u) {m_u = u;}
protected:
- virtual void DEREncodeOptionalAttributes(BufferedTransformation &bt) const {}
- virtual void BERDecodeOptionalAttributes(BufferedTransformation &bt) {}
-
Integer m_d, m_p, m_q, m_dp, m_dq, m_u;
};