aboutsummaryrefslogtreecommitdiff
path: root/openssl/vendor/current/crypto/bn/asm/x86_64-gcc.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-10-09 16:29:05 +0000
committerRob Austein <sra@hactrn.net>2006-10-09 16:29:05 +0000
commit1b2aa7959c86a835491c8cfca8c0683b747c1855 (patch)
tree9a0ba58647a2d57115f5c003ca4673e7693c950a /openssl/vendor/current/crypto/bn/asm/x86_64-gcc.c
parent084adb601f2d375395c6cdcedf8af91f1065fe4e (diff)
Merge in vendor branch OpenSSL changes 0.9.8b -> 0.9.8d
svn path=/openssl/vendor/current/CHANGES; revision=375
Diffstat (limited to 'openssl/vendor/current/crypto/bn/asm/x86_64-gcc.c')
-rw-r--r--openssl/vendor/current/crypto/bn/asm/x86_64-gcc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openssl/vendor/current/crypto/bn/asm/x86_64-gcc.c b/openssl/vendor/current/crypto/bn/asm/x86_64-gcc.c
index 73783442..f13f52dd 100644
--- a/openssl/vendor/current/crypto/bn/asm/x86_64-gcc.c
+++ b/openssl/vendor/current/crypto/bn/asm/x86_64-gcc.c
@@ -1,3 +1,6 @@
+#ifdef __SUNPRO_C
+# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */
+#else
/*
* x86_64 BIGNUM accelerator version 0.1, December 2002.
*
@@ -591,3 +594,4 @@ void bn_sqr_comba4(BN_ULONG *r, BN_ULONG *a)
r[6]=c1;
r[7]=c2;
}
+#endif