Skip to content

Commit 30fdd08

Browse files
authored
internal/cipher/gcmsiv: fix arm64 compile error #523
1 parent c1c699d commit 30fdd08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cipher/gcmsiv/gcmsiv_arm64.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ initLoop:
118118
BNE initLoop
119119
RET
120120
#undef I
121-
#undef RK
121+
#undef hPtr
122122
#undef pTbl
123123

124124
// func polyvalBlocksUpdateAsm(table *polyvalAsmTable, y *[16]byte, blocks []byte)

0 commit comments

Comments
 (0)