~ubuntu-branches/ubuntu/lucid/openssl/lucid-security

« back to all changes in this revision

Viewing changes to crypto/bn/asm/x86_64-gcc.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-10-02 18:05:00 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20061002180500-y5ux36zvt0fjeiax
Tags: upstream-0.9.8c
ImportĀ upstreamĀ versionĀ 0.9.8c

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifdef __SUNPRO_C
 
2
# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */
 
3
#else
1
4
/*
2
5
 * x86_64 BIGNUM accelerator version 0.1, December 2002.
3
6
 *
591
594
        r[6]=c1;
592
595
        r[7]=c2;
593
596
        }
 
597
#endif