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/amd64/aesni-sha256-x86_64.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/lib/libcrypto/amd64/aesni-sha256-x86_64.S') diff --git a/secure/lib/libcrypto/amd64/aesni-sha256-x86_64.S b/secure/lib/libcrypto/amd64/aesni-sha256-x86_64.S index 46623d2..b6f0eeb 100644 --- a/secure/lib/libcrypto/amd64/aesni-sha256-x86_64.S +++ b/secure/lib/libcrypto/amd64/aesni-sha256-x86_64.S @@ -1,5 +1,5 @@ -# $FreeBSD$ -# Do not modify. This file is auto-generated from aesni-sha256-x86_64.pl. +/* $FreeBSD$ */ +/* Do not modify. This file is auto-generated from aesni-sha256-x86_64.pl. */ .text -- cgit v1.1