Add some missing cfi frame info in aesni-sha and sha-x86_64.pl
[openssl.git] / crypto / sha / asm / sha1-x86_64.pl
index ab10d360c1bfb0f97ec881a59abef365d231b2e2..d90e977d4d2464ae7518485ae09a9fb895ef3550 100755 (executable)
@@ -470,8 +470,8 @@ $code.=<<___ if ($win64);
 .Lepilogue_shaext:
 ___
 $code.=<<___;
-.cfi_endproc
        ret
+.cfi_endproc
 .size  sha1_block_data_order_shaext,.-sha1_block_data_order_shaext
 ___
 }}}