summaryrefslogtreecommitdiff
path: root/crypto/bn/asm/f.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/asm/f.c')
-rw-r--r--crypto/bn/asm/f.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/bn/asm/f.c b/crypto/bn/asm/f.c
new file mode 100644
index 0000000000..bfdccae4a0
--- /dev/null
+++ b/crypto/bn/asm/f.c
@@ -0,0 +1,8 @@
+int abc(a,b,c,d,e,f,g,h,i,j)
+unsigned long a,b,c,d,e,f,g,h,i,j;
+ {
+ gg(g);
+ if (g)
+ gg(h);
+ gg(i);
+ }