From b8b74f1267f36d52649fb37d1454eb5d6e097c1c Mon Sep 17 00:00:00 2001 From: jkim Date: Wed, 31 Aug 2016 20:33:59 +0000 Subject: MFC: r304638, r304640 Fix white spaces and prefer C-style comments in assembly sources. --- secure/lib/libcrypto/i386/sha512-586.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/lib/libcrypto/i386/sha512-586.S') diff --git a/secure/lib/libcrypto/i386/sha512-586.S b/secure/lib/libcrypto/i386/sha512-586.S index 67cd1b5..adba3a1 100644 --- a/secure/lib/libcrypto/i386/sha512-586.S +++ b/secure/lib/libcrypto/i386/sha512-586.S @@ -1,5 +1,5 @@ -# $FreeBSD$ -# Do not modify. This file is auto-generated from sha512-586.pl. +/* $FreeBSD$ */ +/* Do not modify. This file is auto-generated from sha512-586.pl. */ #ifdef PIC .file "sha512-586.S" .text -- cgit v1.1