~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to extra/yassl/src/crypto_wrapper.cpp

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
550
550
 
551
551
// Implementation of DSS Authentication
552
552
struct DSS::DSSImpl {
553
 
    DSSImpl() {}
554
553
    void SetPublic (const byte*, unsigned int);
555
554
    void SetPrivate(const byte*, unsigned int);
556
555
    TaoCrypt::DSA_PublicKey publicKey_;
623
622
 
624
623
// Implementation of RSA key interface
625
624
struct RSA::RSAImpl {
626
 
    RSAImpl() {}
627
625
    void SetPublic (const byte*, unsigned int);
628
626
    void SetPrivate(const byte*, unsigned int);
629
627
    TaoCrypt::RSA_PublicKey publicKey_;