mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- One more fix for i386 assembly.
- Bump revision (package is changed).
This commit is contained in:
parent
26cfacc528
commit
ef4e1d3389
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379450
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= hpenc
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://highsecure.ru/distfiles/
|
||||
|
||||
|
@ -20,3 +20,14 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user