summaryrefslogtreecommitdiff
path: root/security/hpenc/files
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2015-03-22 16:32:26 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2015-03-22 16:32:26 +0000
commitbbb87bd1e285191d7800801bb415d9a474b39a0c (patch)
treeaaea7446f18768e6abfdf00358032fbe219da382 /security/hpenc/files
parent- Update to 1.6.6.2 (diff)
- Update to 2.0
- Remove obsoleted patch (included to the upstream) - Honor openssl CFLAGS and LDFLAGS to use the proper version
Notes
Notes: svn path=/head/; revision=381935
Diffstat (limited to 'security/hpenc/files')
-rw-r--r--security/hpenc/files/patch-poly1305-i386-asm33
1 files changed, 0 insertions, 33 deletions
diff --git a/security/hpenc/files/patch-poly1305-i386-asm b/security/hpenc/files/patch-poly1305-i386-asm
deleted file mode 100644
index c5610ad156a6..000000000000
--- a/security/hpenc/files/patch-poly1305-i386-asm
+++ /dev/null
@@ -1,33 +0,0 @@
---- poly1305-opt/app/extensions/poly1305/poly1305_avx-32.inc
-+++ poly1305-opt/app/extensions/poly1305/poly1305_avx-32.inc
-@@ -7,7 +7,7 @@ FN_END poly1305_block_size_avx
-
-
- GLOBAL_HIDDEN_FN poly1305_auth_avx
-+cmpl $64, 12(%esp)
--cmp $64, 12(%esp)
- jbe poly1305_auth_x86_local
- pushl %ebp
- movl %esp, %ebp
---- poly1305-opt/app/extensions/poly1305/poly1305_avx2-32.inc
-+++ poly1305-opt/app/extensions/poly1305/poly1305_avx2-32.inc
-@@ -8,7 +8,7 @@ FN_END poly1305_block_size_avx2
-
-
- GLOBAL_HIDDEN_FN poly1305_auth_avx2
-+cmpl $64, 12(%esp)
--cmp $64, 12(%esp)
- jbe poly1305_auth_x86_local
- pushl %ebp
- movl %esp, %ebp
---- poly1305-opt/app/extensions/poly1305/poly1305_sse2-32.inc
-+++ poly1305-opt/app/extensions/poly1305/poly1305_sse2-32.inc
-@@ -6,7 +6,7 @@ ret
- FN_END poly1305_block_size_sse2
-
- GLOBAL_HIDDEN_FN poly1305_auth_sse2
--cmp $64, 12(%esp)
-+cmpl $64, 12(%esp)
- jb poly1305_auth_x86_local
- pushl %ebp
- movl %esp, %ebp