summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm/x86_64-gcc.c
diff options
context:
space:
mode:
authorderaadt <>2014-06-12 15:49:31 +0000
committerderaadt <>2014-06-12 15:49:31 +0000
commit71477dc340552244618421bfc331e3226e59f4ea (patch)
tree922f5c5799f4bd6917523a1dec91ac763f376db5 /src/lib/libcrypto/bn/asm/x86_64-gcc.c
parente2ae8e879310fea586d76887b5b37a06a024001f (diff)
downloadopenbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.gz
openbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.bz2
openbsd-71477dc340552244618421bfc331e3226e59f4ea.zip
tags as requested by miod and tedu
Diffstat (limited to 'src/lib/libcrypto/bn/asm/x86_64-gcc.c')
-rw-r--r--src/lib/libcrypto/bn/asm/x86_64-gcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bn/asm/x86_64-gcc.c b/src/lib/libcrypto/bn/asm/x86_64-gcc.c
index 6a7fa4aea9..5c12063dcf 100644
--- a/src/lib/libcrypto/bn/asm/x86_64-gcc.c
+++ b/src/lib/libcrypto/bn/asm/x86_64-gcc.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: x86_64-gcc.c,v 1.3 2014/06/12 15:49:28 deraadt Exp $ */
1#include "../bn_lcl.h" 2#include "../bn_lcl.h"
2#if !(defined(__GNUC__) && __GNUC__>=2) 3#if !(defined(__GNUC__) && __GNUC__>=2)
3# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */ 4# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */