Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
openssl: fix known issue that happens on Ubuntu
  • Loading branch information
artik-iot committed Sep 27, 2016
1 parent c2583a4 commit ee5ad23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions external/openssl/crypto/poly1305/asm/poly1305-x86_64.pl
Expand Up @@ -132,6 +132,8 @@ sub poly1305_iteration {
.globl poly1305_init
.globl poly1305_blocks
.globl poly1305_emit
.hidden poly1305_blocks
.hidden poly1305_emit
.type poly1305_init,\@function,3
.align 32
poly1305_init:
Expand Down

0 comments on commit ee5ad23

Please sign in to comment.