summaryrefslogtreecommitdiff
path: root/linux-ppc64le/crypto
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2019-10-09 20:48:13 +0100
committerTobias Thierer <tobiast@google.com>2019-10-09 22:01:16 +0100
commit01e077a02e249d3daca78c662328fbf3eb556fa6 (patch)
treed745c0835cc8b4175a106373cabf1824abcba406 /linux-ppc64le/crypto
parent470a930d9734686d23d8e4cba31c7319d47b915b (diff)
downloadboringssl-01e077a02e249d3daca78c662328fbf3eb556fa6.tar.gz
external/boringssl: Sync to 56b6c714c9cae5963681ed9dd9f6cabf294e3f80.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/6e7255c17e1a7348a2377fbc804441dd284806e2..56b6c714c9cae5963681ed9dd9f6cabf294e3f80 Test: atest CtsLibcoreTestCases CtsLibcoreOkHttpTestCases Change-Id: I9977c8fa204dd39e5b6c71abdb85d055e842bf4e
Diffstat (limited to 'linux-ppc64le/crypto')
-rw-r--r--linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S1
-rw-r--r--linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S1
2 files changed, 2 insertions, 0 deletions
diff --git a/linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S b/linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S
index 911d6383..462afdfa 100644
--- a/linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S
+++ b/linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S
@@ -3666,4 +3666,5 @@ _aesp8_xts_dec5x:
blr
.long 0
.byte 0,12,0x14,0,0,0,0,0
+.section .note.GNU-stack,"",@progbits
#endif // !OPENSSL_NO_ASM && __powerpc64__
diff --git a/linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S b/linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S
index 88a8a254..50c5d80d 100644
--- a/linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S
+++ b/linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S
@@ -583,4 +583,5 @@ gcm_ghash_p8:
.byte 71,72,65,83,72,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.align 2
.align 2
+.section .note.GNU-stack,"",@progbits
#endif // !OPENSSL_NO_ASM && __powerpc64__