summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsing <>2024-11-16 12:34:16 +0000
committerjsing <>2024-11-16 12:34:16 +0000
commit39b7a3a9f20d985948b8d909c07ec87d5d1beb9e (patch)
tree5b3a5f84a52663a36b2f973dbae59dda503949be /src/lib
parent042b7076516ad1dcaa27e6510710135bca52523f (diff)
downloadopenbsd-39b7a3a9f20d985948b8d909c07ec87d5d1beb9e.tar.gz
openbsd-39b7a3a9f20d985948b8d909c07ec87d5d1beb9e.tar.bz2
openbsd-39b7a3a9f20d985948b8d909c07ec87d5d1beb9e.zip
Specify size for K256 symbol.
Missing sizes spotted by guenther@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/sha/sha256_amd64_generic.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sha/sha256_amd64_generic.S b/src/lib/libcrypto/sha/sha256_amd64_generic.S
index a7d2f9ddad..166bce9ca8 100644
--- a/src/lib/libcrypto/sha/sha256_amd64_generic.S
+++ b/src/lib/libcrypto/sha/sha256_amd64_generic.S
@@ -1,4 +1,4 @@
1/* $OpenBSD: sha256_amd64_generic.S,v 1.2 2024/11/12 13:51:14 jsing Exp $ */ 1/* $OpenBSD: sha256_amd64_generic.S,v 1.3 2024/11/16 12:34:16 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2024 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2024 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -299,3 +299,4 @@ K256:
299.long 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3 299.long 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3
300.long 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208 300.long 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208
301.long 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2 301.long 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2
302.size K256,.-K256