Fix copy-paste.

Pointed out by Takehiko NOZAKI.
This commit is contained in:
rin 2019-08-18 09:51:06 +00:00
parent 31a1e537ff
commit f383fde564
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
| $NetBSD: aes-m68k.S,v 1.3 2018/03/07 06:55:01 mlelstv Exp $
| $NetBSD: aes-m68k.S,v 1.4 2019/08/18 09:51:06 rin Exp $
| Copyright (C) 2016 Tetsuya Isaki. All rights reserved.
| Copyright (C) 2016 Y.Sugahara (moveccr). All rights reserved.
@ -828,7 +828,7 @@ AES_encrypt:
moveml %sp@+,%d2-%d7/%a2-%a5
rts
.size AES_set_decrypt_key, .-AES_set_decrypt_key
.size AES_encrypt, .-AES_encrypt
| void
| AES_decrypt(const unsigned char *in,