bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
d196305aa0
commit
fca8f5ded8
1 changed files with 1 additions and 1 deletions
|
@ -1880,7 +1880,7 @@ Lppcasm_mw_OVER:
|
|||
.long 0
|
||||
.byte 0,12,0x14,0,0,0,4,0
|
||||
.long 0
|
||||
.size bn_mul_words,.-bn_mul_words
|
||||
.size .bn_mul_words,.-.bn_mul_words
|
||||
|
||||
#
|
||||
# NOTE: The following label name should be changed to
|
||||
|
|
Loading…
Reference in a new issue